Releases: nidi3/graphviz-java
Releases · nidi3/graphviz-java
graphviz-java-parent-0.9.0
- add (node/graph/head/tail)-name to Label
- add builtIn (command line) rasterizer
graphviz-java-parent-0.8.10
- Fix various problems with Windows paths and newlines
- Fix images on Windows
graphviz-java-parent-0.8.9
- support transparent fill color
- fix images for Salamander renderer
graphviz-java-parent-0.8.8
- node accept also a list of link targets
- support directed subgraphs inside undirected graphs and vice versa
graphviz-java-parent-0.8.7
- fix parsing of cluster subgraphs
graphviz-java-parent-0.8.6
- Add the taglet module
graphviz-java-parent-0.8.5
- Make
totalMemory
work again. - Detect memory issues from missleading error messages.
graphviz-java-parent-0.8.4
- Support for GraalVM's javascript engine
- The size of the produced images is now the same as command line dot produces.
- Support
dpi
graph attribute
graphviz-java-parent-0.8.3
- update viz.js to 2.1.2
- some methods additionally accept
List
instead of varargs Color.rgb
with separate red, green, blue values
graphviz-java-parent-0.8.2
- support relative paths for images
- support the image attribute of nodes