This bug is the result (side-effect) of an intentional change in behavior to fix RT-5534. In the past 2D shapes with 3D transforms are rendered by tessellating the shapes. However when the tessellator was retired, we render this 3D transformed shape onto a texture with existing 2D AA shader and then 3D transform the texture. The dirty edges is the result of the blending an AA mask onto a RTT with depth buffer on. Attached is an image showing the dirty edges on overlapped 2D shapes.
- blocks
-
JDK-8094493 Need a more accurate center of pixel sampling for supporting 1 sample per pixel rendering
- Resolved
- relates to
-
JDK-8144556 Add support to allow user specified rendering order
- Resolved
-
JDK-8088013 Bleeding Edges - Background Bleeding on Shared Edges for 3D Multi-Polygon Configurations
- Open
-
JDK-8095471 [TableView] TableCell border lines are rendered incorrectly
- Resolved
-
JDK-8151710 JavaFX: Some shapes do not appear after calling setSmooth(false)
- Closed