/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://dflab.sketchpad.cc/sp/pad/view/ro.baHlT9FQrYe/rev.6 * * authors: * Raquel Correia * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ size (500,500); colorMode (RGB); background (255,145,0); noStroke(); fill(103,6,3); triangle (0,0,0,500,250,250); noStroke(); fill(147,46,6); triangle (0,0,500,0,250,250); noStroke(); fill(206,104,8); triangle (500,0,500,500,250,250); noFill(); stroke (39,4,4); strokeWeight(26); ellipse (250,250,680,680); stroke (39,4,4); strokeWeight(24); ellipse (250,250,615,615); stroke (39,4,4); strokeWeight(22); ellipse (250,250,555,555); stroke (39,4,4); strokeWeight(20); ellipse (250,250,500,500); stroke (39,4,4); strokeWeight(18); ellipse (250,250,450,450); stroke (39,4,4); strokeWeight(16); ellipse (250,250,400,400); stroke (39,4,4); strokeWeight(14); ellipse (250,250,350,350); stroke (39,4,4); strokeWeight(12); ellipse (250,250,300,300); stroke (39,4,4); strokeWeight(10); ellipse (250,250, 250,250); stroke (39,4,4); strokeWeight(8); ellipse (250,250, 200,200); stroke (39,4,4); strokeWeight(6); ellipse (250,250, 150,150); stroke (39,4,4); strokeWeight(4); ellipse (250,250, 100,100); stroke (39,4,4); strokeWeight(2); ellipse (250,250, 50,50); noFill(); stroke (255,231,180); strokeWeight (2); line (0,0,500,500); line (0,500,500,0); line (0,250,500,250); line (250,0,250,500);