nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

Default DPI value does not match Graphviz default value #233

Open SimonMarquis opened 2 years ago

SimonMarquis commented 2 years ago

Hi, I was wondering why we use a default value of 72dpi

instead of the 96dpi default value from Graphviz? https://graphviz.org/docs/attrs/dpi/

It makes the default renders not as crisp as they could be, as reported in https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/issues/158