View difference between Paste ID: 3SmpdErP and YWbNPEUB
SHOW: | | - or go back to the newest paste.
1-
// by jackd
1+
// by jackd5011
2
size(420, 420);
3
background(255);
4
strokeWeight(5);
5
line(178, 152, 238, 184);
6
line(238, 184, 307, 182);
7
strokeWeight(3);
8
line(287, 184, 290, 247);
9
line(229, 181, 230, 198);
10
line(230, 198, 214, 240);
11
line(218, 172, 189, 206);
12
line(189, 206, 181, 236);
13
line(187, 159, 157, 235);
14
line(193, 163, 137, 189);
15
line(137, 189, 97, 230);
16
textSize(35);
17
textAlign(CENTER);
18
fill(0);
19
byte[] txt = {71,69,84,32,83,84,73,67,75,32,66,85,71,71,69,68,32,76,79,76};
20
text(new String(txt), width/2, 66);