> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://bard117s14.sketchpad.cc/sp/pad/view/ro.kCvoQ$jgsBW/rev.5
 * 
 * authors: 
 *   Milo Ben-Amotz

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



/*
Milo Ben-Amotz
[email protected]
Febuary 3rd, 2014
Self-Portrait
*/

size (500,500);
smooth();
strokeWeight(1.8);

//background
background(#CCF3FC);

//face
fill(250,232,144);
ellipse (250,250,300,300);

//eye
fill(255);
ellipse (125,250,50,75);

//eyeball
noStroke();
fill(0);
ellipse (111,255,20,20);

//bubble gum
strokeWeight(1.4);
stroke(0,0,0,180);
fill(#FED1FF);
ellipse (125,350,70,70);

//body
line(250,400,250,600);