diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 70bed19..8fded40 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -1224,7 +1224,7 @@ if (data.type === SHAPES.POLY) { - data.shape.closed = data.shape.closed || this.filling; + data.shape.closed = data.shape.closed; this.currentPath = data; }