[Rev 01] RFR: 8223298: SVG patterns are drawn wrong

Guru Hb ghb at openjdk.java.net
Fri Apr 10 16:32:08 UTC 2020


On Wed, 8 Apr 2020 11:55:03 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:

>> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the native side which is propagated to the java
>> side as well. But, as transform initialization takes place after scaling, the transform is reset to default value.
>> Fix: Override scale() method in WCBufferedContext class to call init() before scaling.
>
> Arun Joseph has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright year

Looks good to me. Tested on Windows and mac OS X.
If feasible can we have Unit test for this.

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

Marked as reviewed by ghb (Reviewer).

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


More information about the openjfx-dev mailing list