From 95e39bcf30cc46ea687fc1bf484fdc5f62414801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 5 Mar 2011 00:02:46 +0000 Subject: [PATCH] Set a strokeColor, as the default seems to be invisible? --- examples/Tools/Wave.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Tools/Wave.html b/examples/Tools/Wave.html index 08b42bdd..7704a430 100644 --- a/examples/Tools/Wave.html +++ b/examples/Tools/Wave.html @@ -54,6 +54,7 @@ var path; function onMouseDown(event) { path = new Path(); + path.strokeColor = '#000000'; } var mul = 1;