hageldave / JPlotter

OpenGL based 2D Plotting Library for Java using AWT and LWJGL
https://github.com/hageldave/JPlotter/wiki
MIT License
45 stars 6 forks source link

PDF Rendering: rendering issues in various renderers #33

Closed reichmla closed 3 years ago

reichmla commented 3 years ago

Currently the rendering works fine in Preview (macOS) and Safari, but the clipping seems to cause problems in Acrobat Reader (and possibly other viewers).

Preview: image

Acrobat: image

Without clipping enabled the rendering seems to work fine.

reichmla commented 3 years ago

another rendering issue: Chrome doesn't display stuff rendered by PointsRenderer.. Possibly related to importing XObjects via LayerUtility.

reichmla commented 3 years ago

issues should be fixed now (solved with a workaround).