RFR: 8218973: SVG with masking is not rendering image with mask effect [v7]

Bhawesh Choudhary bchoudhary at openjdk.java.net
Mon Sep 14 14:15:30 UTC 2020


On Fri, 11 Sep 2020 06:48:35 GMT, Bhawesh Choudhary <bchoudhary at openjdk.org> wrote:

>> This question is still outstanding. It seems like the call to `setCTM` is either needed before all of the `setGradient`
>> calls or none of them. Can you comment?
>
> i believe setCTM call is needed for none of them. it is a workaround i have added till i have more concrete fix. also
> please note that this workaround is needed only in cases where ui scaling is more than 1.

Removed the workaround and added right fix. `setCTM` call is not needed in any of the case.

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

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


More information about the openjfx-dev mailing list