/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://designuniandes.sketchpad.cc/sp/pad/view/ro.ksvX1rWX0Jy/rev.2 * * authors: * Maria Juliana Villabona * Hernando Barragan * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ size(400,400); noStroke(); fill(240,141,0); rect(200,0,200,400); fill(250,78,0); rect(0,0,200,400); fill(255,207,115); arc(200,160,285,297,0,HALF_PI); fill(208,44,0); arc(200,160,285,297,HALF_PI,PI+HALF_PI); fill(255); curve(30,-300,80,240,320,240,370,-300); rect(160,300,90,100); rect(0,360,400,50); fill(149,73,44); rect(0,360,100,50); rect(290,360,120,50); fill(126,47,39); rect(50,380,20,20); fill(255,0,0); rect(100,360,150,50); fill(117,15,97); rect(250,360,50,50); fill(255); arc(200,360,180,60,0,PI); fill(255,182,65); arc(220,360,160,60,0,PI*0.5); fill(98,16,181); rect(200,335,20,25); fill(245, 0, 135); rect(220,300,30,35); fill(255,204,83); arc(200, 160, 285, 300, PI+HALF_PI, TWO_PI); fill(255); rect(200,60,100,100); fill(255,204,83); arc(252, 60,98,70, 0,PI); fill(255,158,86); arc(252,160,98,100,PI,TWO_PI); arc(200,150,285,280,PI,PI+HALF_PI); fill(255); triangle(100,150,140,60,200,160); fill(255,135,184); quad(100,150,200,160,175,240,140,240); quad(220,160,300,160,280,240,210,240); triangle(200,250,200,240,210,240); fill(255,200,194); quad(200,160,220,160,210,240,190,240); fill(143,43,96); rect(200,225,12,15); rect(190,240,10,10); fill(240,56,0); quad(170,11,200,10,200,40,175,45); quad(300,140,334,135,343,160,300,160); fill(255,207,115); triangle(160,287,210,240,220,300); stroke(0); noFill(); strokeCap(ROUND); strokeWeight(4); arc(251,157,100,96,PI,PI+HALF_PI); noStroke(); fill(255,232,187); curve(70,300,100,150,200,160,280,300); curve(0,0,100,149,200,159,280,100); curve(180,0,200,159,300,159,300,40); curve(100,250,200,160,300,160,350,250); fill(159,13,0); ellipse(150,152,30,30); ellipse(235,162.6,27,26);