mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Documentation: add see tag to Path#closePath().
This commit is contained in:
parent
87c1b564d2
commit
20fc389020
1 changed files with 2 additions and 0 deletions
|
@ -1907,6 +1907,8 @@ var Path = this.Path = PathItem.extend({
|
|||
/**
|
||||
* Closes the path. When closed, Paper.js connects the first and last
|
||||
* segments.
|
||||
*
|
||||
* @see #closed
|
||||
*/
|
||||
closePath: function() {
|
||||
this.setClosed(true);
|
||||
|
|
Loading…
Reference in a new issue