On Tue, 5 Jan 2021 23:34:02 GMT, Sergey Bylokhov <s...@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

Reply via email to