JDK-8210386 : Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 10,openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-09-04
  • Updated: 2018-10-29
  • Resolved: 2018-10-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.

To download the current JDK release, click here.
Other
openjfx11.0.1Fixed
Related Reports
Relates :  
Description
 Clipping in the Marlin renderer produces incorrect outputs in the following cases due to the incorrect transformation of the clipping rectangle:
- when the affine transform uses negative scaling factors (asymetric)
- arround clip borders with complex affine transforms (small scale) 
Comments
See http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/810af1a5aecb
05-10-2018

See github PR: https://github.com/javafxports/openjdk-jfx/pull/206
18-09-2018