From 08313a7f64b24fb77c0da15a1213c5d0ba35538b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 20 Jun 2011 16:40:30 +0100 Subject: [PATCH] Smoothing example: Select path fully. --- examples/Animated/Smoothing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Animated/Smoothing.html b/examples/Animated/Smoothing.html index 980f3742..a26d3da8 100644 --- a/examples/Animated/Smoothing.html +++ b/examples/Animated/Smoothing.html @@ -26,7 +26,7 @@ path.add(point); } path.add(view.bounds.bottomRight); - path.selected = true; + path.fullySelected = true; } function onFrame(event) {