JDK-8271049 : Implement 2D-primitive rendering
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2021-07-21
  • Updated: 2024-07-06
  • Resolved: 2023-05-17
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
internalFixed
Related Reports
Blocks :  
Sub Tasks
JDK-8302381 :  
JDK-8303515 :  
Description
Implement - Circle, Ellipse, Line, Rectangle, Arc, CubicCurve, QuadCurve,  Path, SVGPath, Polygon and Polyline 
Comments
Changeset: 917a74be Author: Ambarish Rapte arapte@openjdk.org Date: 2023-02-09 07:55:29 +0530 URL: https://github.com/openjdk/jfx-sandbox/commit/917a74be9358eff20725e5423552ae343b0ece65
17-05-2023

All 2D shapes get rendered correctly with the fix for sub task JDK-8303515
17-05-2023