> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://bard117s14.sketchpad.cc/sp/pad/view/ro.hve$unL-oIV/rev.50
 * 
 * authors: 
 *   Reeves Morris-Stan

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



// This sketch builds on a prior work, "Self Portrait", created by Keith O'Hara
// http://bard117s14.sketchpad.cc/sp/pad/view/ro.A7dB7f8cmROVdL/rev.66



/* * 
 * Reeves Morris-Stan
 * [email protected]
 * Feb. 4th 2014
 *
 */
 
 size(640,640);
 background(100,0,255);

 rectMode(CENTER);
 //Hat
 fill(0);
 rect(320,150,100,70);
 rect(320,190,200,30);
 //Head
 fill(216,171,122);
 rect(320,280,160,170);
 //Glasses
 fill(126,176,245,230);
 rect(285,255,55,35);
 rect(355,255,55,35);
 fill(80,49,49);
 rect(320,252,15,5);
 rect(249,252,16,10);
 rect(391,252,17,10);
 //Nose
 fill(216,171,122);
 ellipse(320,295,20,7);
 //Mouth
 fill(234,149,155);
 rect(320,330,40,10);