> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.bpBEiCTcZGi/rev.262
 * 
 * authors: 
 *   Sonia Gong

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



// Name:
// Date:
// Title:

size(300,300);
//faces
strokeWeight(10,10,10);
fill(0,225,75);
rect(50,50,200,200);

//eyes
strokeWeight(5,5,5);
fill(1000,1000,1000);
ellipse(115,100,50,50);
ellipse(190,100,50,50);

//inner eyes
fill(0,0,0)
ellipse(115,100,20,20);
ellipse(190,100,20,20);

//mouth
strokeWeight(2,2,2);
rect(115,150,70,30);