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
Local images using both icon and shape work with D2 v.02 but break with D2 v0.2.1. See below.
icon
shape
my network: { icon: https://icons.terrastruct.com/infra/019-network.svg } my network2: { shape: image icon: https://icons.terrastruct.com/infra/019-network.svg } my network3: { #wget https://icons.terrastruct.com/infra/019-network.svg shape: image icon: 019-network.svg } my network4: { #wget https://icons.terrastruct.com/infra/019-network.svg #shape: image icon: "./019-network.svg" }
The text was updated successfully, but these errors were encountered:
wait wget was working before?
wget
Sorry, something went wrong.
No I'm just showing you that I'm trying to use the exact same icon but locally
can reproduce, we'll get this fixed today, ty for reporting @zachcp
berniexie
Successfully merging a pull request may close this issue.
Local images using both
icon
andshape
work with D2 v.02 but break with D2 v0.2.1. See below.The text was updated successfully, but these errors were encountered: