You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use icons in my sequence diagram:
while this works:
My Diagram: {
shape: sequence_diagramsvc_1: {
icon: https://icons.terrastruct.com/dev%2Fdocker.svgshape: image
}
a: Ab: Bsvc_1 -> a: do with Asvc_1 -> b: do with B
}
The following does not:
My Diagram: {
shape: sequence_diagramsvc_1: {
icon: https://icons.terrastruct.com/dev%2Fdocker.svgshape: image
}
a: Ab: Bsvc_1.t1 -> a: do with Asvc_1."think about A"
svc_1.t2 -> b: do with B
}
the error:
err: failed to recompile: /Users/amitlevy/Dev/d2/bug.d2:11:7: image shapes cannot have children.
err: /Users/amitlevy/Dev/d2/bug.d2:12:7: image shapes cannot have children.
err: /Users/amitlevy/Dev/d2/bug.d2:13:7: image shapes cannot have children.
Hi,
I want to use icons in my sequence diagram:
while this works:
The following does not:
the error:
would be great if we can have spans: https://d2lang.com/tour/sequence-diagrams#spans and notes https://d2lang.com/tour/sequence-diagrams#notes working with icons in a sequence diagram
Thanks!
I have tested groups, they work without issues.
The text was updated successfully, but these errors were encountered: