mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Path#smooth() example: select path using fullySelected instead of selected, so we can see its handles.
This commit is contained in:
parent
d631288dc7
commit
3ac171a304
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{
|
|||
* path.strokeColor = 'black';
|
||||
*
|
||||
* // Select the path, so we can see its handles:
|
||||
* path.selected = true;
|
||||
* path.fullySelected = true;
|
||||
*
|
||||
* // Create a copy of the path and move it 100pt to the right:
|
||||
* var copy = path.clone();
|
||||
|
|
Loading…
Reference in a new issue