Skip to content

Commit 859cc27

Browse files
committed
Fix beginPath in WebGL Graphics
1 parent 0c0b272 commit 859cc27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/webgl/pipelines/FlatTintPipeline.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ var FlatTintPipeline = new Class({
899899

900900
case Commands.BEGIN_PATH:
901901
pathArray.length = 0;
902+
lastPath = null;
902903
break;
903904

904905
case Commands.CLOSE_PATH:

0 commit comments

Comments
 (0)