Skip to content

Commit 1460c6a

Browse files
committed
minor fixes for mug
1 parent 2345c79 commit 1460c6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stickers/src/main/java/ChainsSticker001.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void setup() {
3737
ellipse(cx, cy, w, w);
3838
fill(0, 0, 100);
3939
ellipse(cx, cy, 42, 42);
40-
strokeWeight(1);
40+
strokeWeight(2);
4141
hu = 250;
4242
noFill();
4343
}
@@ -52,10 +52,10 @@ public void draw() {
5252
// hu+=50;
5353
} else {
5454
link();
55-
john("CHAINS",127,false);
55+
john("CHAINS",131,false);
5656
rad+=80;
57-
john("https://chains.proj.kth.se",42,true);
58-
save("chains-sticker001.png");
57+
john("https://chains.proj.kth.se",62,true);
58+
save("chains-sticker001.png");
5959
noLoop();
6060
}
6161
}

0 commit comments

Comments
 (0)