Set a strokeColor, as the default seems to be invisible?

This commit is contained in:
Jürg Lehni 2011-03-05 00:02:46 +00:00
parent 3e4c49cb44
commit 95e39bcf30

View file

@ -54,6 +54,7 @@
var path;
function onMouseDown(event) {
path = new Path();
path.strokeColor = '#000000';
}
var mul = 1;