JDK-8151852 : Missing shapes when using Java Pisces Rasteriser (non native implementation)
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:8u40,9
Priority:P4
Status:Open
Resolution:Unresolved
OS:linux
CPU:generic
Submitted:2016-03-14
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.
After using setSmooth(false), the following shapes do not appear:
- Circle
- Path circle
- Arc
Comments
Copied over Kevin's comment:
The smooth property on Shape was ignored prior to 8u40. It is now honored as a fundamental part of the fix for JDK-8094313.
Workaround: Setting smooth=true on all shapes will restore the pre-8u40 behavior.