diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index a5e6fe8..e256c80 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -499,14 +499,12 @@ { points.push(startX, startY); } - } else { this.moveTo(startX, startY); } - const theta = sweep / (segs * 2); const theta2 = theta * 2;