mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Select paths in smoothing example.
This commit is contained in:
parent
8f3e6f44a7
commit
b73afe3fc0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
path.add(point);
|
||||
}
|
||||
path.add(document.bounds.bottomRight);
|
||||
// path.selected = true;
|
||||
path.selected = true;
|
||||
function onFrame() {
|
||||
count++;
|
||||
for (var i = 1; i < points; i++) {
|
||||
|
|
Loading…
Reference in a new issue