JDK-8170029 : Comments in Stroker.computeOffsetQuad don't make sense (all 3 FX rasterizers)
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-11-18
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The comments in the com.sun.openpisces.Stroker.computeOffsetQuad() method talk about analyzing 4 points, but a quad only has 3 points.  They appear to have been copied from the Cubic() version of the same method without adjusting them for the new analysis of the 3 points in a quad.

Those same comments were copied to the native Pisces rasterizer in Stroker.c.

The same comments were also copied to the Marlin version of the file in com.sun.marlin.Stroker.computeOffsetQuad().