mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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
|
* Closes the path. When closed, Paper.js connects the first and last
|
||||||
* segments.
|
* segments.
|
||||||
|
*
|
||||||
|
* @see #closed
|
||||||
*/
|
*/
|
||||||
closePath: function() {
|
closePath: function() {
|
||||||
this.setClosed(true);
|
this.setClosed(true);
|
||||||
|
|
Loading…
Reference in a new issue