> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://bard117s14.sketchpad.cc/sp/pad/view/ro.xvCi5omPhfo/rev.8
 * 
 * authors: 
 *   Liz von Klemperer

 * license (unless otherwise specified): 
 *   creative commons attribution-share alike 3.0 license.
 *   https://creativecommons.org/licenses/by-sa/3.0/ 
 */ 



size (500, 500);
fill (255, 200, 200);
ellipse (200, 250, 250, 350);


line (150, 415, 150, 500);
line (250, 415, 250, 500);
fill (255, 255, 255);
ellipse (150, 200, 25, 60);
fill (255, 255, 255);
ellipse (250, 200, 25, 60);
line (200, 225, 200, 300);
line (200, 300, 225, 300);
fill (255, 255, 255);
rect (150, 320, 100, 50);

fill (0, 0, 0);
ellipse (150, 200, 10, 15);

fill (0, 0, 0);
ellipse (250, 200, 10, 15);

fill (100, 50, 0);
ellipse (200, 40, 80, 90);

line (120, 150, 180, 150);

line (220, 150, 280, 150);

line (150, 340, 250, 340);