We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
PNG
As you can tell, the text between the nodes in the PNG become difficult to read as the arrow crosses through them...
The text was updated successfully, but these errors were encountered:
resolves yuzutech#1641 Mermaid background on span elements were missing
c411e24
e052097
resolves #1641 Mermaid background on span elements were missing (#1645)
fa9915d
Successfully merging a pull request may close this issue.
Taking the following Mermaid diagram:
Then running the following commands:
Yields the following:
SVG
PNG
As you can tell, the text between the nodes in the PNG become difficult to read as the arrow crosses through them...
The text was updated successfully, but these errors were encountered: