Merge pull request #14228 from brendandahl/consume-path
Reset path bounding box tracking when starting a new path.
This commit is contained in:
commit
c2f335186a
@ -3071,6 +3071,7 @@ class CanvasGraphics {
|
||||
}
|
||||
this.pendingClip = null;
|
||||
}
|
||||
this.current.startNewPathAndClipBox(this.current.clipBox);
|
||||
ctx.beginPath();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user