diff --git a/turtle-parse.js b/turtle-parse.js index b45e7ad..746a491 100644 --- a/turtle-parse.js +++ b/turtle-parse.js @@ -23,7 +23,7 @@ var _resetTurtle = function(){ _paths = []; // Start default path - color("rgba(0,0,0,0.75)"); + color('black'); _defaultUsed = false; };