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
This bug is found in markushedvall/node-plantuml#11
@startdot digraph foo { node [style=rounded] node1 [shape=box] node2 [fillcolor=yellow, style="rounded,filled", shape=diamond] node3 [shape=record, label="{ a | b | c }"] node1 -> node2 -> node3 } @enddot
The generated png file is blank when open in some graph viewer.
cat test.puml | java -Djava.awt.headless=true -jar plantuml.jar -tpng -p > test.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug is found in markushedvall/node-plantuml#11
The generated png file is blank when open in some graph viewer.
The text was updated successfully, but these errors were encountered: