Skip to content

Commit ffbb1a6

Browse files
author
Spongman
committed
fix arc doc parameters to match other 2d primitives
1 parent a37d281 commit ffbb1a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/2d_primitives.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ require('./error_helpers');
2525
* only to draw parts of an ellipse.
2626
*
2727
* @method arc
28-
* @param {Number} a x-coordinate of the arc's ellipse
29-
* @param {Number} b y-coordinate of the arc's ellipse
30-
* @param {Number} c width of the arc's ellipse by default
31-
* @param {Number} d height of the arc's ellipse by default
28+
* @param {Number} x x-coordinate of the arc's ellipse
29+
* @param {Number} y y-coordinate of the arc's ellipse
30+
* @param {Number} w width of the arc's ellipse by default
31+
* @param {Number} h height of the arc's ellipse by default
3232
* @param {Number} start angle to start the arc, specified in radians
3333
* @param {Number} stop angle to stop the arc, specified in radians
3434
* @param {Constant} [mode] optional parameter to determine the way of drawing

0 commit comments

Comments
 (0)