/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://bard117s14.sketchpad.cc/sp/pad/view/ro.yOgGG6Fkr$k/rev.3 * * authors: * Zoe Azulay * 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 //Zoe Azulay [email protected] 2/4/14 size(600,400); background(41,214,209); fill(255,207,160); noStroke(); ellipse(300,200,200,300); //Mouth fill(255,0,0); ellipse(300,280,50,100); fill(255); ellipse(300,280,25,50); //eyes point(295,245); point(310,245); strokeWeight(0); stroke(0); //Neck fill(161,41,214); rectMode(CENTER); rect(300,400,75,100); strokeWeight(50); stroke(161,41,214); line(240,400,200,400); line(360,400,410,400); line(430,400,500,125); //Eye Lashes strokeWeight(6); stroke(0); line(265,167,270,130); line(260,167,255,130); line(255,167,240,130); line(265,183,275,215); line(260,183,254,215); line(255,183,240,215); line(335,168,327,140); line(340,168,345,140); line(345,168,360,140); line(335,183,325,215); line(340,183,345,215); line(345,183,360,215); //eyes strokeWeight(20); stroke(160,79,18); point(260,175); point(340,175); //teeth strokeWeight(1); line(300,305,300,255); line(310,280,290,280); //hair strokeWeight(30); stroke(160,79,18); point(300,60); point(300,75); point(250,70); point(350,65); point(310,60); strokeWeight(50); point(200,150); point(210,140); point(210,120); point(210,100); point(200,130); point(200,90); point(300,90); point(350,100); point(325,100); point(250,60); point(225,70); point(240,100); point(200,290); point(200,220); point(200,200); point(390,200); point(390,220); point(390,180); point(390,260); point(390,150); point(380,130); point(360,120); point(350,110); point(340,90); point(300,90); point(300,70); point(320,70); point(290,70); point(390,280); point(360,290); point(200,330); point(200,350); //earrings stroke(225,190,49); strokeWeight(80); point(200,250); point(390,250); //necklace strokeWeight(20); point(340,380); point(320,385); point(300,395); point(280,385); point(260,380); //fingers point(200,250); stroke(255,207,160); line(500,95,490,40); line(510,95,520,40); strokeWeight(40); point(500,110);