> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://bard117s14.sketchpad.cc/sp/pad/view/ro.saWm59fhA8T/rev.129
 * 
 * authors: 
 *   Kate Jackson

 * 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



/* * 
 * A Simple Self-Portrait (CMSC117 Assignment 1)
 * Kate Jackson <[email protected]>  I was trying to make a slightly more detailed stick figure, with line arms and legs, a round head, and a body. I was able to play with colors, at least attempt symmetry, and use multiple shapes.
 * Feb 4, 2014
 *
 */

background(150);
size(500, 700);
ellipseMode(CENTER);
ellipse(300, 250, 100, 110);
fill(105, 150, 185, 200);
ellipseMode(CENTER);
ellipse(285, 240, 15, 25);
ellipseMode(CENTER);
ellipse(315, 240, 15, 25);
fill(321, 52, 81, 150);
rectMode(CENTER);
rect(300, 275, 45, 15);
line(375, 600, 155, 150);
line(150, 600, 600, 100);
fill(241, 68, 52, 225);
rect(300, 385, 110, 155);