mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Add documentation stub for Path#arcTo(through, to)
This commit is contained in:
parent
4e0a857ee7
commit
bb956c890f
1 changed files with 6 additions and 0 deletions
|
@ -1084,6 +1084,12 @@ var Path = this.Path = PathItem.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
// DOCS: document Path#arcTo
|
// DOCS: document Path#arcTo
|
||||||
|
/**
|
||||||
|
* @name Path#arcTo
|
||||||
|
* @function
|
||||||
|
* @param {Point} through
|
||||||
|
* @param {Point} to
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* @param {Point} to
|
* @param {Point} to
|
||||||
* @param {Boolean} [clockwise=true]
|
* @param {Boolean} [clockwise=true]
|
||||||
|
|
Loading…
Reference in a new issue