/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://bard117s14.sketchpad.cc/sp/pad/view/ro.zBeo00z-dUp/rev.1 * * authors: * Rosa S * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ /*Rosa Schwartzburg Class Assignment #1 - Self Portrait 1/30/14*/ size(700,700); //face// fill(250,218,194); ellipse(350,350,500,500); //eyes// fill(250); ellipse(250,300, 100,55); ellipse(450,300,100,55); fill(121,56,56); //iris// ellipse(450,300,50,50); ellipse(250,300,50,50); fill(0); //pupils// ellipse(450,300,25,25); ellipse(250,300,25,25); fill(222,85,85); //mouth// ellipse(350,500,200,50); fill(0); rect(250,500,200,1); fill(80,34,34); rect(175,225,125,10); rect(400,225,125,10); //bangs(green)// fill(40,167,34,163); rect(100,175,100,200); rect(500,175,100,200); //bangs(darker green)// fill(139,160,111,163); rect(150,100,75,200); rect(475,100,75,200); //hair(brown)// fill(100,46,60,215); rect(200,100,300,100); //rest of hair// fill(100,46,60); rect(100,300,50,450); rect(550,300,50,450); //nose// fill(0); line(325,450,375,450);