Integrated: 8202990: javafx webview css filter property with display scaling

Bhawesh Choudhary bchoudhary at openjdk.java.net
Thu Sep 3 19:13:35 UTC 2020


On Tue, 11 Aug 2020 16:18:37 GMT, Bhawesh Choudhary <bchoudhary at openjdk.org> wrote:

> ImageJava.cpp ignores CompositeOperator parameter in drawImage function due to which shadow was getting drawn on top of
> actual image. apply given composite operator to graphics context before drawing image to fix this issue. another issue
> is into WCGraphicsPrismContext.java. while blending two layers, applying state to the destination layer was missed due
> to which image was not getting drawn with right scale in hidpi mode. apply state to fix the issue.

This pull request has now been integrated.

Changeset: 3cb3ca84
Author:    Bhawesh Choudhary <bchoudhary at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/3cb3ca84
Stats:     200 lines in 4 files changed: 0 ins; 199 del; 1 mod

8202990: javafx webview css filter property with display scaling

Reviewed-by: kcr, ajoseph

-------------

PR: https://git.openjdk.java.net/jfx/pull/279


More information about the openjfx-dev mailing list