yuzutech / kroki

Creates diagrams from textual descriptions!

Home Page:https://kroki.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating a Mermaid SVG differs from a generated PNG.

perfectra1n opened this issue · comments

Taking the following Mermaid diagram:

graph LR
    user(User)-->|Logs in| workspace(AWS Workspace) -->|Connects to| App(Application)

Then running the following commands:

kroki convert diagram.mmd --type mermaid --format png
kroki convert diagram.mmd --type mermaid --format svg

Yields the following:
SVG
test2

PNG
test2

As you can tell, the text between the nodes in the PNG become difficult to read as the arrow crosses through them...