> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.0d6MPU2IPkW/rev.1325
 * 
 * authors: 
 *   Laura Ferreira

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



size (400,400);

background (102,205,170);

strokeWeight (5);
line (0,200, 400,200);

 strokeWeight (2);
 fill(238-232-170);
beginShape();
    vertex (100,160);
    vertex (100,250);
    vertex (200,250);
    vertex (200,160);
    
endShape(CLOSE);


strokeWeight (2);
fill (255,69,0);
triangle (100,160, 150,100, 200,160);

noStroke();
fill (255,255,0);
ellipse (290,65,30,30);

fill(255);
beginShape();
    vertex (0,200);
    vertex (100,200);
    vertex (100,250);
    vertex (200,250);
    vertex (200,200);
    vertex (400,200);
    vertex (400,400);
    vertex (0,400);
endShape(CLOSE);

fill (139,69,19);
stroke(255);
rect (120,210, 20,40);

stroke(0,0,0);
ellipse (330,360, 150,150);

fill(205,92,92);
ellipse (300,300, 30,100);
ellipse (350,300, 30,100);
fill (255);
noStroke();
ellipse (350,300, 10,10);
ellipse (300,300, 10,10);