mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix documentation for Shape#toPath()
This commit is contained in:
parent
b6f9d73af0
commit
d51bb3fa31
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ var Shape = Item.extend(/** @lends Shape# */{
|
|||
* @param {Boolean} [insert=true] specifies whether the new path should be
|
||||
* inserted into the scene graph. When set to `true`, it is inserted
|
||||
* above the shape item
|
||||
* @return {Shape} the newly created path item with the same geometry as
|
||||
* @return {Path} the newly created path item with the same geometry as
|
||||
* this shape item
|
||||
* @see Path#toShape(insert)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue