Smoothing example: Select path fully.

This commit is contained in:
Jürg Lehni 2011-06-20 16:40:30 +01:00
parent 4e3aa3e5c5
commit 08313a7f64

View file

@ -26,7 +26,7 @@
path.add(point); path.add(point);
} }
path.add(view.bounds.bottomRight); path.add(view.bounds.bottomRight);
path.selected = true; path.fullySelected = true;
} }
function onFrame(event) { function onFrame(event) {