RFR: 8223298: SVG patterns are drawn wrong [v3]
Kevin Rushforth
kcr at openjdk.org
Thu Nov 2 13:46:19 UTC 2023
On Wed, 15 Apr 2020 15:14:49 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:
>
> Added SVGTest
If I had to guess, there was some sort of bug or race condition in Skara around the time Arun became a committer. Looking at the history, I see that a second `/integrate` command succeeded without needing a sponsor.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/164#issuecomment-1790762397
More information about the openjfx-dev
mailing list