This sketch is created with an older version of Processing,
and doesn't work on browsers anymore.
xxxxxxxxxx
size(645,802);
background(225,222,191);
//full circles
fill(30);
strokeWeight(3);
ellipseMode(RADIUS);
line(164,385,168,467);
ellipse(164,385,16,16);
ellipse(168, 467,17,16);
line(278,592,375,586);
ellipse(278,592,12,11);
ellipse(375,586,11,11);
fill(30);
ellipse(426,120,55, 50);
fill(225,30,0);
noStroke();
ellipse(426,120,40,36);
fill(30);
strokeWeight(3);
ellipse(426,120,10,10);
strokeWeight(4);
ellipse(5,-5,15,15);
//astericks
stroke(30);
line(6,298,104,296);
line(10,336,94,268);
line(52,346,60,236);
line(12,244,96,348);
line(313,404,304,496);
line(338,426,278,478);
line(268,448,362,446);
line(280,414,340,480);
line(176,536,176,638);
line(216,552,124,634);
line(236,584,122,584);
line(224,632,136,550);
line(10,416,12,534);
line(74,424,0,498);
line(82,478,0,478);
line(88,540,0,464);
//points
noStroke();
ellipse(150,646,4,4);
ellipse(88,569,3,3);
ellipse(79,569,2,2);
ellipse(44,650,3,3);
//other
triangle(0,138,0,156,27,152);