From fbfdf5ae084ec10876e844499e99829c51cc56ab Mon Sep 17 00:00:00 2001 From: Vignesh01234 <85627873+Vignesh01234@users.noreply.github.com> Date: Fri, 11 Jun 2021 19:09:48 +0530 Subject: [PATCH] Update html5-canvas-drawing-app.js --- html5-canvas-drawing-app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}());