Skip to content

Commit

Permalink
Merge pull request #2 from dansmindspace/patch-1
Browse files Browse the repository at this point in the history
Update sketch.js
  • Loading branch information
shiffman authored Sep 27, 2023
2 parents 27c520f + 0ee37e9 commit b5e241c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 b5e241c

Please sign in to comment.