We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20ff29 commit 1fd4764Copy full SHA for 1fd4764
1 file changed
src/curves/path/Path.js
@@ -306,7 +306,7 @@ var Path = new Class({
306
* @param {number} [yRadius=0] - The vertical radius of ellipse.
307
* @param {integer} [startAngle=0] - The start angle of the ellipse, in degrees.
308
* @param {integer} [endAngle=360] - The end angle of the ellipse, in degrees.
309
- * @param {boolean} [clockwise=false] - Whether the ellipse should be drawn clockwise (`true`) or counter-clockwise (`false`).
+ * @param {boolean} [clockwise=false] - Whether the ellipse angles are given as clockwise (`true`) or counter-clockwise (`false`).
310
* @param {number} [rotation=0] - The rotation of the ellipse, in degrees.
311
*
312
* @return {Phaser.Curves.Path} This Path object.
0 commit comments