> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.pta3g0n3xiI/rev.691
 * 
 * authors: 
 *   Santa Tamia

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




size(300, 300); 

background(263,-65,0);

strokeWeight(-1);
point (200, 170);

stroke (0,400,3);
strokeWeight(1);
line (50, 202, 250, 202)

fill(44, 57, 400);
rect (50, 60, 50, 50);

rect (200, 60, 50, 50);

noStroke();
fill (0, 0, 800);;
ellipse (150, 270, 30, 30);

stroke ();
strokeWeight(-1);
beginShape();
vertex (3,3);
vertex (297,3);
vertex (150, 50);
endShape();