> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://bard117s14.sketchpad.cc/sp/pad/view/ro.DCnUGBN5Gh6/rev.151
 * 
 * authors: 
 *   Eden Ward

 * 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, 230, 200); 
ellipse (200, 250,250, 350); 



fill (255, 255, 255);
ellipse (150, 210, 25, 60);
ellipse (250, 210, 25, 60);


line (150, 415, 150, 500); 
line (250, 415, 250, 500); 
line (200, 225, 200, 300); 
line (200, 300, 225, 300); 
fill (0, 0, 0); 
ellipse (150, 200, 10, 15); 
fill (0, 0, 0); 
ellipse (250, 200, 10, 15); 

//eyelash 

line (135, 200, 100, 210); 
line (135, 200, 100, 200); 

line (300, 200, 265, 200);
line (300, 230, 265, 210);

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

arc ( 150, 175, 52, 30, PI+QUARTER_PI, TWO_PI); 
arc ( 250, 175, 52, 30, PI+QUARTER_PI, TWO_PI); 


fill (255, 200, 200);
ellipse (200, 350, 100, 50); 
line (150, 350, 250, 350);