From 1e0b6a81a7e4b46f51977c3b92935805784f47c2 Mon Sep 17 00:00:00 2001 From: Dipam Sen Date: Thu, 28 Sep 2023 02:20:21 +0530 Subject: [PATCH] add space --- sketch/sketch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sketch/sketch.js b/sketch/sketch.js index b81ce93..9d944f4 100644 --- a/sketch/sketch.js +++ b/sketch/sketch.js @@ -7,7 +7,7 @@ function setup() { function draw() { background(255); - + strokeWeight(11.6); stroke("#70327E"); line(103, 178, 103, 137); @@ -42,6 +42,6 @@ function draw() { line(272, 236, 221, 236); - //Remove to allow Animation + // Remove to allow Animation noLoop(); }