graphviz-java icon indicating copy to clipboard operation
graphviz-java copied to clipboard

Broken Elipse Rendering

Open nsoft opened this issue 6 years ago • 4 comments

I recently tried an upgrade from 0.5.2 to 0.10.1 or 0.11.0 and both produce a broken elipse shown here: https://github.com/nsoft/jesterj/issues/136

Plan being visualized (via https://github.com/nsoft/jesterj/wiki/Plan-Providers#visualization) has about 12 such steps, I'll seek permission to release the full image if you like but this occurs in a run of single elipses, about 3/4 of the way down the image. The code being visualized however is proprietary so I can't give it to you to play with.

nsoft avatar Sep 25 '19 13:09 nsoft

code invoking graphviz can be seen here: https://github.com/nsoft/jesterj/blob/master/code/ingest/src/main/java/org/jesterj/ingest/model/impl/PlanImpl.java#L85

nsoft avatar Sep 25 '19 13:09 nsoft

This is strange. Have you tried different rasterizers (Salamander, Batik , builtIn)? When you generate an SVG?

nidi3 avatar Nov 11 '19 21:11 nidi3

Any news here?

nidi3 avatar Jan 23 '20 21:01 nidi3

Sorry haven't had a chance to test other rasterizers. Have to look up how to do that, and visualization is secondary to my current attempts to get my project running on Jdk11. I will get back to it eventually.

nsoft avatar Jan 27 '20 15:01 nsoft

I eventually found this to be fixed in 0.16

nsoft avatar Jan 24 '23 22:01 nsoft