size(100,100); background(70); stroke(20); for (int a=95;a<=100;a++) { line(0,a,100,a); } stroke(40); for (int b=30;b<=60;b++) { line(b,74,b,94); } for (int c=27;c<=63;c++) { line(c,74,45,56); }