> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.zJ9tMtz4Nb4/rev.1446
 * 
 * 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:1/03/16
// Title:Assessment 2

size(300,300);
background(100,40,100);

int h=10;
int x= 20;
int y= 15;
int d= 5;
 
h = h * 2;
rect(10,10,100,h);
 
h = h * 2;
rect(10,50,100,h);

//rectangle 1
int(230,230,100,h);
fill(300,40,140);
rect(100,150,130,80);
 
//ellipse 1
fill(600,100,400);
strokeWeight(10);
ellipse(h,150,120,120);

//ellipse 2 
fill(500,100,150);
ellipse(150,150,h,110);

//ellipse 3
fill(10,10,50);
ellipse(150,100,h,100);

//ellipse 4
fill(100,200,150);
ellipse(150,y,90,90);
 
//ellipse 5
fill(200,150,100);
ellipse(150,150,70,70);
 
//ellipse 6
fill(250,80,100);
ellipse(150,150,60,60);
 
//ellipse 7
fill(100,50,200)
strokeWeight(7)
ellipse(150,250,100,50);

//rect 2
fill(150,200,120);
rect(30,50,d,50);

//rect 3
fill(200,300,50);
rect(200,10,100,20);

//rect 4
rect(250,120,100,50);

//ellipse 8
fill(150,100,125);
stroke(100,50,10);
ellipse(h,10,150,100);

//ellipse 9
ellipse(250,100,50,50);

//rect 5
rect(290,10,h,h);

//ellipse 10
fill(350,500,100);
ellipse(280,5,100,150);

//rect 6
rect(0,260,100,200);

//ellipse 11
fill(100,270,300);
ellipse(10,210,200,100);

//ellipse 12
fill(100,80,90);
ellipse(280,280,120,100);

//ellipse 13
fill(150,200,250);
ellipse(150,280,130,60);

//rect 7
fill(200,250,280);
rect(200,240,50,100);

//rect 8
fill(200,100,200);
rect(50,210,80,50);

//rect 9
fill(250,100,100);
strokeWeight(5);
stroke(0,100,0);
rect(1,20,50,80);

//ellipse 14
fill(x,200,340);
ellipse(220,30,80,70);

//ellipse 15
fill(d,y,200);
ellipse(250,120,100,60);

//rect 10
fill(250,400,300);
rect(180,40,30,110);

//rect 11
fill(500,200,450);
rect(80,40,50,50);

//rect 12
fill(400,50,100);
rect(80,90,50,80);

//rect 13
strokeWeight(2);
fill(100,150,200);
rect(150,150,140,90);

//rect 14
rect(x,10,100,h);