/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.q2gN3uKsMab/rev.816 * * authors: * Sienna Hamersley * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // Name:Sienna Hamersley // Date:16/02/2016 // Title:My animal- Rabbit/Panda size(300,300); stroke(255,255,255); fill(30,50,60); ellipse(150,150,100,100); ellipse(105,105,60,60); ellipse(200,105,60,60); fill(255,255,255); rect(140,170,10,10); rect(150,170,10,10); fill(289,100,109); rect(145,180,10,10); fill(255,255,255); ellipse(130,130,20,20); ellipse(180,130,20,20); fill(30,50,60); ellipse(130,130,10,10); ellipse(180,130,10,10); fill(255,255,255); ellipse(105,105,30,30); ellipse(200,105,30,30); fill(255,255,255); ellipse(150,150,20,20); fill(30,50,60); ellipse(145,150,5,5); ellipse(155,150,5,5); fill(289,100,109); rect(110,150,5,5); rect(115,150,5,5); rect(110,160,5,5); rect(180,150,5,5); rect(175,150,5,5); rect(180,160,5,5);