JDK-8102286 : Use existing 2D shader to render 2D shapes with 3D transforms
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-04-02
  • Updated: 2015-06-16
  • Resolved: 2013-04-02
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.
JDK 8
8Resolved
Related Reports
Duplicate :  
Relates :  
Description
Currently 2D shapes with 3D transforms are rendered by tessellating the shapes. This approach tends to generate shapes with sharp aliased edges. Our plan is to retire the tessellator and render 3D transformed shapes onto a texture with existing 2D shader. We believe this is a better approach in term of quality though it still will not pixelation issue when scaling. 
Comments
Duplicate of RT-29415
02-04-2013