JDK-8229346 : SVG images failing to display due to ImagingOpException in java.awt.image.AffineTransformOp
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8u221
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-08-09
  • Updated: 2020-02-14
  • Resolved: 2020-02-14
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
8-poolResolved
Related Reports
Duplicate :  
Description
ImagingOpException is thrown when application attempt to transform a large image.

.....
....
Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint 
Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint 
Exception in thread "main" java.awt.image.ImagingOpException: Unable to 
transform src image 
at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:358) 
at
.....
...
Comments
This problem is reproducible on JDK 9 b152, but not on JDK 9 b153 which has the fix for https://bugs.openjdk.java.net/browse/JDK-8130737. Hence closing as a duplicate.
14-02-2020