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
environment: seqdiag 0.9.5 (installed by pip) on macOS
For the diag below includes spaces to represent code indent in note,
png output shows these spaces as is, but SVG output does not.
Precisely speaking, SVG text has spaces in text tag, then consecutive
space characters collapse to (much) narrower spacing.
seqdiag {
a; b;
a -> b [label = "foo",
leftnote =
"
1| case a of
2| 1 -> true;
3| 2 -> false
4| end
"];
}
environment: seqdiag 0.9.5 (installed by pip) on macOS
For the diag below includes spaces to represent code indent in note,
png output shows these spaces as is, but SVG output does not.
Precisely speaking, SVG text has spaces in text tag, then consecutive
space characters collapse to (much) narrower spacing.
Extraction from output SVG:
The text was updated successfully, but these errors were encountered: