> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.W8M36LMFZoI/rev.6
 * 
 * authors: 
 *   
 *   
 *   Joana Louro
 *   
 *   
 *   
 *   

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



size(310,210);
background(255,255,255);

strokeWeight(3);
stroke(237,84,86);
line(10,10,250,10);
stroke(245,145,52);
line(10,25,100,25);
stroke(252,196,41);
line(10,35,80,40);
stroke(240,198,46);
line(10,45,60,55);
stroke(211,184,28);
line(10,55,40,68);
stroke(124,175,16);
line(10,65,20,75);
stroke(80,113,8);
line(10,75,11,79);

strokeWeight(7);
stroke(237,84,86);
fill(237,84,86,10);
triangle(45,180,120,29,170,180);

strokeWeight(9);
stroke(255,174,152,100);
fill(211,62,32);
quad(130,40,200,40,130,140,200,140); 

strokeWeight(3);
fill(219,520,162,100);
stroke(194,219,95);
ellipse(245,50,50,50);

strokeCap(ROUND);
bezier (275,70,100,180,50,170,275,99);

strokeWeight(2);
fill(124,175,16);
ellipse(245,130,20,20);

strokeWeight(2);
noFill();
stroke(93,143,196);
triangle(200,180,215,170,230,180);
triangle(245,180,260,170,275,180);