We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
In the d2 playground, this works
LEI0009841z9842: FIFinance-E { style.fill: 'linear-gradient(#e01067, #e6b450)' shape: oval }
but if I put exactly the same text in a .d2 file and then run d2 -w myfile.d2, I get this error in the browser:
d2 -w myfile.d2
failed to compile: /.../myfile.d2:2:15: expected "fill" to be a valid named color ("orange") or a hex code ("#f0ff3a")
The text was updated successfully, but these errors were encountered:
@judepayne What version does d2 version print?
d2 version
Sorry, something went wrong.
0.6.5
when I upgraded to 0.6.9 it was fixed.
My bad. closing
No branches or pull requests
Hi,
In the d2 playground, this works
but if I put exactly the same text in a .d2 file and then run
d2 -w myfile.d2
, I get this error in the browser:The text was updated successfully, but these errors were encountered: