From 9260717bb84186810f4e50cd698b4a43ef0e03d8 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 2 Mar 2013 20:59:27 +0100 Subject: [PATCH] Examples: move Smoothing example to Paperjs.org folder. --- examples/Animated/Smoothing.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Animated/Smoothing.html b/examples/Animated/Smoothing.html index 24dc5a7a..c3ad3abf 100644 --- a/examples/Animated/Smoothing.html +++ b/examples/Animated/Smoothing.html @@ -9,10 +9,11 @@ var width, height, center; var points = 10; var smooth = true; - var path = new Path(); + var path = new Path({ + fillColor: 'black' + }); var mousePos = view.center / 2; var pathHeight = mousePos.y; - path.fillColor = 'black'; initializePath(); function initializePath() {