Skip to content

Commit b5e241c

Browse files
authored
Merge pull request #2 from dansmindspace/patch-1
Update sketch.js
2 parents 27c520f + 0ee37e9 commit b5e241c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sketch.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function setup() {
77

88
function draw() {
99
background(255);
10-
10+
1111
strokeWeight(11.6);
1212
stroke("#70327E");
1313
line(103, 178, 103, 137);
@@ -41,4 +41,7 @@ function draw() {
4141
line(227, 178, 227, 213);
4242

4343
line(272, 236, 221, 236);
44+
45+
//Remove to allow Animation
46+
noLoop();
4447
}

0 commit comments

Comments
 (0)