Hi,

Please review this bug fix for the Marlin renderer to properly ignore point
coordinates with NaN/Infinity values:
bug: https://bugs.openjdk.java.net/browse/JDK-8144938
webrev: http://cr.openjdk.java.net/~lbourges/marlin/marlin-8144938.0/

Changes:
- MarlinRenderingEngine.pathToLoop(): added bound checks for point
coordinates by porting DuctusRenderingEngine#feedConsumer()
- CrashNaNTest: check output image to detect incorrect rendering
- minor: unused import in AAShapePipe + Version incremented

Regards,
Laurent

Reply via email to