> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.Ym4BMpv0CdI/rev.1359
 * 
 * authors: 
 *   Ella Heary

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




// Name:Ella Heary
// Date:1/11/2016
// Title:Face
size(300,300);
background(132,112,255);
//ears
fill(200,182,193);
strokeWeight(4);
rect(100,150,100,150)
ellipse(200,70,50,75)
ellipse(100,70,50,70)
//face
strokeWeight(2);
fill(200,182,193);
ellipse(150,150,150,150);
fill(121,125,127);
strokeWeight(3)
ellipse(150,165,60,60)
fill(23,32,42)
line(150,155,150,188)
ellipse(150,160,20,20)
ellipse(120,120,20,20)
ellipse(180,120,20,20)
fill(253,254,254)
ellipse(180,123,10,10)
ellipse(120,123,10,10)