> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.KfqIufYBgAK/rev.460
 * 
 * authors: 
 *   Ella Hunter

 * license (unless otherwise specified): 
 *   creative commons attribution-share alike 3.0 license.
 *   https://creativecommons.org/licenses/by-sa/3.0/ 
 */ 



// Name: Ella Hunter 
// Date: 16/02/16
// Title: Assesment 1 

size(300,300); 
fill(289,100,199);
stroke(289,100,199);
ellipse(150,150,150,150);
ellipse(200,70,60,60);
ellipse(100,70,60,60);
stroke(0,0,0);


fill(250)
ellipse(180,130,30,30);
ellipse(120,130,30,30);
stroke(250);
fill(250);
rect(90,60,20,20);
rect(190,60,20,20);

fill(0,0,0);
ellipse(120,135,10,10);
ellipse(180,135,10,10);

strokeWeight(5,10,10,5)
stroke(250);
fill(289,100,199);
ellipse(150,170,60,40);


fill(190,130,150);
ellipse(160,170,15,15)
ellipse(140,170,15,15);