mermaidjs / mermaid-live-editor

Location has moved to https://github.com/mermaid-js/mermaid-live-editor
https://mermaidjs.github.io/mermaid-live-editor/
MIT License
980 stars 181 forks source link

Style of node label in flowchart has no font-size #26

Open albferra opened 6 years ago

albferra commented 6 years ago

HI there. Building on @yosshy comment on Jan 5 I found a problem about downloaded SVGs of flowcharts. When I clicked "Link to view", they are displayed perfectly. But when I downloaded a SVG file via "Download SVG" and displayed it, they have no style about font size, so node labels are too long.

@tylerlong requested a sample flowchart

Here is the sample script: sequenceDiagram participant CVAV as CVA VCAS participant HBOV as HBO VCAS

HBOV->>CVAV: FRM key / license push
Note over HBOV,CVAV: Key push is continual process, not part of this total sequence

-- You may paste the script on the code window and then compare the link to view output with the SVG