d2
d2 copied to clipboard
feature: link icon on shapes can now be custom
Fixes Issue #1828
I didn't format the option like the issue said (link.icon) because I was a bit confused by compositeReservedKeyword and some of the other things in compile.go. If you want it to be like the issue said instead of how I did it, I can look back again.
So you want something like this?
x: hello {
link: https://github.com {
icon: https://github.com/_____.svg
}
}
@danielsuh05 Yup.
Add a test for that, but also one for the flat structure
x: {
link: https://github.com
link.icon: https://github.com/_____.svg
}