JDK-8089812 : Image::drawImage() ignores CompositeOperator
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-09-11
  • Updated: 2018-09-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
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
It turns out our implementation of the Image::drawImage() method (in Source/WebCore/platform/graphics/java/ImageJava.cpp) completely ignores the CompositeOperator argument. This may cause subtle (or not so subtle) image rendering inconsistencies. As an example, this was the root cause for RT-24742, and may end up being the root cause for RT-24709.