RFR: 8202990: javafx webview css filter property with display scaling [v3]
Bhawesh Choudhary
bchoudhary at openjdk.java.net
Thu Sep 3 06:07:10 UTC 2020
> 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.
Bhawesh Choudhary has updated the pull request incrementally with one additional commit since the last revision:
Updated test as per review comment
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/279/files
- new: https://git.openjdk.java.net/jfx/pull/279/files/a99141df..62dc4592
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=279&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=279&range=01-02
Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod
Patch: https://git.openjdk.java.net/jfx/pull/279.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/279/head:pull/279
PR: https://git.openjdk.java.net/jfx/pull/279
More information about the openjfx-dev
mailing list