Skip to content
New issue

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

Using stdin and stdout, get a broken png file when using dot syntax #24

Open
aleung opened this issue Oct 26, 2016 · 0 comments
Open

Using stdin and stdout, get a broken png file when using dot syntax #24

aleung opened this issue Oct 26, 2016 · 0 comments
Labels
bug Something isn't working

Comments

@aleung
Copy link

aleung commented Oct 26, 2016

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
@arnaudroques arnaudroques added the bug Something isn't working label Mar 20, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants