-
Bug
-
Resolution: Duplicate
-
P3
-
9, 10
-
None
In Marlin Dasher (float), the dash generation is hanging (while loop) if the shape is too large (0 to 2E9 line) due to floating-point precision.
This problem exists also in either Ductus or Pisces in JDK8 (no clipping).
The Marlin double variant does not have this problem (DMarlinRenderingEngine enabled in JDK10).
Ideally the Dasher should handle the clip properly to only emit dashes for the visible part (clipping issue) and improve largely the performance
This problem exists also in either Ductus or Pisces in JDK8 (no clipping).
The Marlin double variant does not have this problem (DMarlinRenderingEngine enabled in JDK10).
Ideally the Dasher should handle the clip properly to only emit dashes for the visible part (clipping issue) and improve largely the performance
- relates to
-
JDK-8198885 Upgrade Marlin (java2d) to 0.9.1
-
- Resolved
-
-
JDK-8072682 getBounds call on graphics.getDeviceConfiguration() returning cached information
-
- Resolved
-