mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Smoothing example: Select path fully.
This commit is contained in:
parent
4e3aa3e5c5
commit
08313a7f64
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
path.add(point);
|
||||
}
|
||||
path.add(view.bounds.bottomRight);
|
||||
path.selected = true;
|
||||
path.fullySelected = true;
|
||||
}
|
||||
|
||||
function onFrame(event) {
|
||||
|
|
Loading…
Reference in a new issue