mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Improve #arcTo() documentation.
This commit is contained in:
parent
2c83eeb7de
commit
6e7d23faa4
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ var PathItem = this.PathItem = Item.extend(/** @scope PathItem */{
|
||||||
*
|
*
|
||||||
* @name PathItem#arcTo
|
* @name PathItem#arcTo
|
||||||
* @function
|
* @function
|
||||||
* @param {Point} point
|
* @param {Point} to the point where the arc should end
|
||||||
* @param {Boolean} [clockwise=true] specifies whether the arc should be
|
* @param {Boolean} [clockwise=true] specifies whether the arc should be
|
||||||
* drawn in clockwise direction.
|
* drawn in clockwise direction.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue