xxxxxxxxxx
// size(width, height);
size(600, 600);
//background)(red, green, blue);
background(150, 250, 150);
smooth();
//faccia;
fill(229, 185, 220);
noStroke();
ellipse(300, 300, 300, 350);
strokeWeight(3);
line(300,300,200,200);
//naso;
fill(255, 0, 0);
noStroke();
ellipse(300, 300, 75, 75);
//bocca;
stroke(0);
strokeWeight(8);
fill(255, 255, 255);
ellipse(300, 400, 170, 70);
//lingua;
fill(150, 0, 0);
ellipse(300, 400, 50, 20);
//capelli;
fill(0, 0, 255);
noStroke();
ellipse(140, 200, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(140, 300, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(130, 250, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(470, 300, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(470, 250, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(460, 200, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(430, 160, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(390, 120, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(340, 110, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(280, 110, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(280, 110, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(220, 130, 70, 70);
//fill;
fill(0, 0, 255);
//stroke;
noStroke();
//capelli;
ellipse(170, 155, 70, 70);
stroke(0);
strokeWeight(8);
line(200, 200, 250, 250);
line(250,200, 200,250);
line(350,200, 400,250);
line(400, 200, 350,250);