/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.3MpWGgnxbKX/rev.406 * * authors: * Eden Abitbol * 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, "Untitled Sketch", created by Eden Abitbol http://spagnuolo.sketchpad.cc/sp/pad/view/ro.4GhpLmOzB7Cq4im/rev.597 */ // Name:Eden Abitbol // Date:1/November 2016 // Title: Face //create a 300 pixel by 300 pixel canvas size(300,300); //background background(104, 255, 194) //draw an ellipse fill(255, 212, 182); stroke(255,212,182); ellipse(150,150,200,200); fill(255); stroke (0) ellipse(120,125,50,50); fill(255); ellipse(180,125,50,50); fill(100,100,255); ellipse(120,125,25,25); fill(100,100,255); ellipse(180,125,25,25); fill(0) ellipse (180,125,10,10) fill(0) ellipse(120,125,10,10) fill(255,0,0); arc(150,180,90,90,0,PI); fill(0) ellipse(140,165, 2,2) fill(0); ellipse(160,165,2,2)