From 83f64f87132ac62aeea91e4e092f4cc8aa174de3 Mon Sep 17 00:00:00 2001 From: Forrest Oliphant Date: Mon, 28 Sep 2015 12:58:51 -0400 Subject: [PATCH] default path black --- turtle-parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };