call lineTo instead moveTo in ctx.arc
This commit is contained in:
parent
a186bb9a95
commit
b7223338f9
@ -832,7 +832,7 @@
|
||||
largeArcFlag = diff > Math.PI ? 1 : 0;
|
||||
}
|
||||
|
||||
this.moveTo(startX, startY);
|
||||
this.lineTo(startX, startY);
|
||||
this.__addPathCommand(format("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",
|
||||
{rx:radius, ry:radius, xAxisRotation:0, largeArcFlag:largeArcFlag, sweepFlag:sweepFlag, endX:endX, endY:endY}));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user