> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.xjVBiBL8CAx/rev.2
 * 
 * authors: 
 *   Alexandre Murtinheira

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



size(300, 300);
background(209);
 
fill(250);
stroke(250);
ellipse(150,160,230,230);
 
fill(0);
stroke(0);
triangle(35,240,265,240,150,30);
 
fill(209);
stroke(209);
triangle(55,230,245,230,150,50);
 
fill(0);
stroke(0);
triangle(70,220,230,220,150,70);
 
fill(250);
stroke(250);
line(85,210,150,90);
 
fill(250);
stroke(250);
line(85,210,210,210);
 
fill(0);
stroke(0);
beginShape();
vertex(5,280);
vertex(15,280);
vertex(15,290);
vertex(25,275);
vertex(15,260);
vertex(15,270);
vertex(5,270);
endShape();
 
fill(0);
stroke(0);
strokeWeight(5.0);
strokeCap(ROUND);
strokeJoin(ROUND);
line(35,290,35,260);
line(35,260,55,260);
line(55,260,55,270);
line(55,270,35,270);
 
line(65,290,65,260);
line(65,260,85,260);
line(85,260,85,270);
line(85,270,65,270);
line(65,270,85,290);
 
line(95,290,95,260);
line(95,260,115,260);
line(115,260,115,290);
line(115,290,95,290);
 
line(125,290,125,260);
line(125,260,145,260);
line(125,290,145,290);
 
line(155,290,155,260);
line(155,260,175,260);
line(155,270,175,270);
line(155,290,175,290);
 
line(185,290,205,290);
line(205,290,205,270);
line(205,270,185,270);
line(185,270,185,260);
line(185,260,205,260);
 
line(205,290,225,290);
line(225,290,225,270);
line(225,270,205,270);
line(205,270,205,260);
line(205,260,225,260);
 
line(235,290,235,260);
 
line(245,290,245,260);
line(245,260,265,290);
line(265,290,265,260);
 
line(275,290,275,260);
line(275,260,295,260);
line(295,260,295,270);
line(275,290,295,290);
line(295,290,295,280);
line(295,280,290,280);