File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments