From fc10bb2bdbe1a937f064b6693812a2bad1ef5f4b Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 15 Dec 2018 08:01:16 +1200 Subject: [PATCH] Fixes #43 --- desktop/sources/scripts/tool.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktop/sources/scripts/tool.js b/desktop/sources/scripts/tool.js index 733037b..441f309 100644 --- a/desktop/sources/scripts/tool.js +++ b/desktop/sources/scripts/tool.js @@ -19,6 +19,12 @@ DOTGRID.Tool = function () { } this.reset = function () { + this.styles[0].mirror_style = 0 + this.styles[1].mirror_style = 0 + this.styles[2].mirror_style = 0 + this.styles[0].fill = 'none' + this.styles[1].fill = 'none' + this.styles[2].fill = 'none' this.layers = [[], [], []] this.vertices = [] this.index = 0