We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0b272 commit 859cc27Copy full SHA for 859cc27
1 file changed
src/renderer/webgl/pipelines/FlatTintPipeline.js
@@ -899,6 +899,7 @@ var FlatTintPipeline = new Class({
899
900
case Commands.BEGIN_PATH:
901
pathArray.length = 0;
902
+ lastPath = null;
903
break;
904
905
case Commands.CLOSE_PATH:
0 commit comments