diff --git a/packages/graphics/src/Graphics.js b/packages/graphics/src/Graphics.js index 74cb702..9682eb8 100644 --- a/packages/graphics/src/Graphics.js +++ b/packages/graphics/src/Graphics.js @@ -775,11 +775,12 @@ clear() { this.geometry.clear(); + this._lineStyle.reset(); + this._fillStyle.reset(); this._matrix = null; this._holeMode = false; this.currentPath = null; - this._spriteRect = null; return this; }