> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.w$hV8VXM$BE/rev.2
 * 
 * authors: 
 *   Chris Spagnuolo

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



// Name:
// Date:
// Title:
size(300,300);
background(100,40,220);
 
fill(225,155,255);
ellipse(100,250,400,400);
 
fill(25,155,255);
ellipse(100,250,380,380);
 
fill(255,200,05);
ellipse(100,250,360,360);
 
fill(255,55,255);
ellipse(100,250,340,340);
fill(25,55,255);
ellipse(100,250,320,320);
fill(70,70,70);
ellipse(100,250,300,300);
fill(255,255,255);
ellipse(100,250,280,280);
fill(10,220,0);
ellipse(100,250,260,260);
fill(255,255,255);
ellipse(100,250,240,240);
fill(10,10,30);
ellipse(100,250,220,220);
fill(255,255,255);
ellipse(100,250,200,200);
fill(110,10,220);
ellipse(100,250,180,180);
 
fill(255,255,255);
ellipse(100,250,160,160);
fill(210,0,70);
ellipse(100,250,140,140);
fill(255,255,355);
ellipse(100,250,120,120);
fill(140,80,40);
ellipse(100,250,100,100);
fill(25,255,255);
ellipse(100,250,80,80);
fill(180,80,90);
ellipse(100,250,60,60);
fill(255,255,255);
ellipse(100,250,40,40);
fill(80,140,280);
ellipse(100,250,20,20);