<AWT Dev> [jdk16] RFR: 8259007: This test printed a blank page
Sergey Bylokhov
serb at openjdk.java.net
Wed Jan 6 00:04:55 UTC 2021
On Tue, 5 Jan 2021 23:34:02 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Backout JDK-8256264 fix.
>
> Marked as reviewed by serb (Reviewer).
The fix for JDK-8256264 made an assumption that moveTo/lineTo methods are always wrapped by the beginPath/endPath. So that fix sets the scale in the beginPath/endPath and correct the passed parameters in the moveTo/lineTo. But this new code in the moveTo/lineTo does not work well if the beginPath was not called.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/80
More information about the awt-dev
mailing list