Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into organise
  • Loading branch information
Dipam Sen committed Sep 27, 2023
2 parents a699e46 + b5e241c commit 2efa07d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sketch/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function setup() {

function draw() {
background(255);

strokeWeight(11.6);
stroke("#70327E");
line(103, 178, 103, 137);
Expand Down Expand Up @@ -41,4 +41,7 @@ function draw() {
line(227, 178, 227, 213);

line(272, 236, 221, 236);

//Remove to allow Animation
noLoop();
}

0 comments on commit 2efa07d

Please sign in to comment.