diff --git a/html5-canvas-drawing-app.js b/html5-canvas-drawing-app.js index a8bc14a..96a172a 100644 --- a/html5-canvas-drawing-app.js +++ b/html5-canvas-drawing-app.js @@ -42,7 +42,7 @@ var drawingApp = (function () { clickSize = [], clickDrag = [], paint = false, - curColor = colorPurple, + curColor = colorblue, curTool = "crayon", curSize = "normal", mediumStartX = 18, @@ -440,4 +440,4 @@ mouseY = (e.changedTouches ? e.changedTouches[0].pageY : e.pageY) - this.offsetT return { init: init }; -}()); \ No newline at end of file +}());