diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 9149284..45f7ab1 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -699,6 +699,9 @@ this.graphicsData.length = 0; } + this.currentPath = null; + this._spriteRect = null; + return this; }