mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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(point);
|
||||||
}
|
}
|
||||||
path.add(document.bounds.bottomRight);
|
path.add(document.bounds.bottomRight);
|
||||||
// path.selected = true;
|
path.selected = true;
|
||||||
function onFrame() {
|
function onFrame() {
|
||||||
count++;
|
count++;
|
||||||
for (var i = 1; i < points; i++) {
|
for (var i = 1; i < points; i++) {
|
||||||
|
|
Loading…
Reference in a new issue