|
@@ -14,7 +14,7 @@ function EllipseCurve( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockw
|
|
this.xRadius = xRadius || 1;
|
|
this.xRadius = xRadius || 1;
|
|
this.yRadius = yRadius || 1;
|
|
this.yRadius = yRadius || 1;
|
|
|
|
|
|
- this.aStartAngle = aStartAngle || 0;
|
|
|
|
|
|
+ this.aStartAngle = aStartAngle || 0;
|
|
this.aEndAngle = aEndAngle || 2 * Math.PI;
|
|
this.aEndAngle = aEndAngle || 2 * Math.PI;
|
|
|
|
|
|
this.aClockwise = aClockwise || false;
|
|
this.aClockwise = aClockwise || false;
|