diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 8fdb9a5..02cd83b 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -483,7 +483,7 @@ var startY = cy + Math.sin(startAngle) * radius; if (this.currentPath) -- { + { if (anticlockwise && this.filling) { this.currentPath.shape.points.push(cx, cy);