From 2495df581f824498dfc0953ad056899c201ca41b Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Mon, 11 May 2020 11:57:31 +0100 Subject: [PATCH] Bug fix and tidy --- apps/gallifr/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gallifr/app.js b/apps/gallifr/app.js index 19c503643..57ca86279 100644 --- a/apps/gallifr/app.js +++ b/apps/gallifr/app.js @@ -116,7 +116,7 @@ const drawDecoration = () => { y: 0.3 }; drawSegment(params); - params = { + params = { start: 0, arc: 360, radius: 0.15, @@ -139,7 +139,7 @@ const drawDecoration = () => { toY: 0.1 }; drawThickLine(params); - params = { + params = { fromX: -0.2, fromY: -0.05, toX: -0.7, @@ -205,7 +205,7 @@ const drawClockFace = () => { case "blue": g.setColor(0,0.3,0.8); break; - case "80's": + case "80s": g.setColor(1,1,1); break; default: