xxxxxxxxxx
/*------------------------
Robot Valentine
Just a sweet, romantic robot eatin' some pizza.
Created 1/18/17
Kali Johnston
SP 2017
knjohnston0704@gmail.com
https://www.openprocessing.org/sketch/400034
---------------------------*/
size(700,500);
background(200);
rect(300,100,100,100);
ellipse(320,150,20,20);
ellipse(380,150,20,20);
rect(310,70,80,30);
rect(220,200,250,200);
rect(450,400,20,100);
rect(220,400,20,100);
rect(320,170,50,20);
arc(275,150,50,50,0,PI+QUARTER_PI);
arc(425,150,50,50,0,PI+QUARTER_PI);
triangle(300, 175, 58, 200, 86, 175);
noFill();
beginShape();
curveVertex(300,280);
curveVertex(300,280);
curveVertex(150,40);
curveVertex(100,100);
curveVertex(200,170);
curveVertex(200,170);
endShape();
noFill();
beginShape();
curveVertex(280,300);
curveVertex(280,300);
curveVertex(40,150);
curveVertex(100,100);
curveVertex(170,200);
curveVertex(170,200);
endShape();