> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.TtwZKQLqR5y/rev.378
 * 
 * authors: 
 *   Silas Silva

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



size(500, 500);
background(255, 75, 84);

fill(190, 65, 12);
strokeWeight(20);
rect(50, 230, 400, 230);

strokeWeight(10);
triangle(50, 230, 250, 400, 450, 230);

fill(233, 0, 46);
strokeWeight(3);
ellipse(185, 350, 85, 85);