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
Describe the bug The ELK pragma (https://forum.plantuml.net/13709/eclipse-layout-kernel) not supported in docker image
To Reproduce
!pragma layout elk
Expected behavior Should render without error
Screenshots see above
The text was updated successfully, but these errors were encountered:
I succeed to generate an image of my diagram with elk layout using this command:
docker run -i \ -v /opt/java/elk-full.jar:/opt/elk-full.jar \ --rm plantuml/plantuml -tpng -v -pipe -failfast2 -nbthread auto \ -DPLANTUML_LIMIT_SIZE=24384 > schema.png < schema.puml
change accordingly /opt/java/elk-full.jar to the path where elk-full.jar is installed on your computer
Sorry, something went wrong.
We've encountered a new issue with ELK and could use some help. Check out the details here: GitHub Issue #336.
Any assistance would be greatly appreciated!
No branches or pull requests
Describe the bug
The ELK pragma (https://forum.plantuml.net/13709/eclipse-layout-kernel) not supported in docker image
To Reproduce
!pragma layout elk
Expected behavior
Should render without error
Screenshots
see above
The text was updated successfully, but these errors were encountered: