/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.zAgCwkajKjZ/rev.519 * * authors: * Sophia Rees * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // Name: // Date: // Title: size(500,500); background(220,100,100); //biggestcircle strokeWeight(20); stroke(0,0,0); fill(220,120,100); ellipse(250,250,500,500); //cirlce2 strokeWeight(18); stroke(0,0,0); fill(210,140,100); ellipse(250,250,450,450); //cirlce3 strokeWeight(16); stroke(0,0,0); fill(200,150,100); ellipse(250,250,400,400); //circle4 strokeWeight(14); stroke(0,0,0); fill(245,214,0); ellipse(250,250,350,350); //circle5 strokeWeight(12); stroke(0,0,0); fill(215,230,100); ellipse(250,250,300,300);