mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 15:49:50 -04:00
Add TODO and DOC for new #arcTo(to, radius, rotation, clockwise, large)
This commit is contained in:
parent
42558fa057
commit
c84c019990
2 changed files with 2 additions and 0 deletions
src/path
|
@ -555,6 +555,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
* myPath.arcTo(event.point);
|
||||
* }
|
||||
*/
|
||||
// DOCS: PathItem#arcTo(to, radius, rotation, clockwise, large)
|
||||
|
||||
/**
|
||||
* Closes the path. When closed, Paper.js connects the first and last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue