We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbb1a6 commit fd49786Copy full SHA for fd49786
src/core/2d_primitives.js
@@ -14,7 +14,7 @@ var canvas = require('./canvas');
14
require('./error_helpers');
15
16
/**
17
- * Draw an arc to the screen. If called with only a, b, c, d, start, and
+ * Draw an arc to the screen. If called with only x, y, w, h, start, and
18
* stop, the arc will be drawn and filled as an open pie segment. If a mode parameter is provided, the arc
19
* will be filled like an open semi-circle (OPEN) , a closed semi-circle (CHORD), or as a closed pie segment (PIE). The
20
* origin may be changed with the ellipseMode() function.<br><br>
0 commit comments