vscode-sequence-diagrams icon indicating copy to clipboard operation
vscode-sequence-diagrams copied to clipboard

VS Code Preview does not render 'note over' correctly.

Open hhubik opened this issue 3 years ago • 0 comments

Code in .seqdiag file:

note over c: blah
note over ro: blah

'c' and 'ro' are participant aliases.

Sequence diagram Preview in VS Code: image

Expected behavior: image

Expected behavior is the 'exported' SVG, which is how the VS Code preview should look like for the above code.

Environment:

  • the latest version of the Sequence Diagram plugin,
  • the latest version of VS Code,
  • Windows 10 x64.

hhubik avatar Jan 10 '22 21:01 hhubik