JDK-6612294 : Pisces OpenJDK rendering plugin does not handle winding rule
Type:Bug
Component:client-libs
Sub-Component:2d
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2007-10-03
Updated:2011-04-05
Resolved:2011-04-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.
When using the Pisces Open JDK rendering plugin for antialiased rendering,
all paths are rendered as if with the NON_ZERO winding rule regardless of
what they specify.
Comments
EVALUATION
I broke out the windingRule parameter to Renderer.beginRendering into a
separate function and initialized it from the PathIterator in the
PiscesRenderingEngine glue code.