> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.dpleAh1AzZ$/rev.456
 * 
 * authors: 
 *   Eliza Webb

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



// Name: Eliza Webb
// Date: 23/02/16
// Title: Bulls eye

size(300,300);
background(350,100,200);

ellipse(150,150,280,280);
strokeWeight(2,2,2)

ellipse(150,150,240,240);
strokeWeight(4,4,4)

ellipse(150,150,200,200);
strokeWeight(6,6,6);

ellipse(150,150,160,160);
strokeWeight(8,8,8);

ellipse(150,150,120,120);
strokeWeight(10,10,10);

ellipse(150,150,80,80);
fill(0,0,0);
strokeWeight(12,12,12);
ellipse(150,150,35,35);