//小鳥と女の子 size(300,300); background(115,205,5); noStroke(); //髪(おだんご) fill(132,87,60); ellipse(210,55,63,63); //輪郭 fill(255,215,215); ellipse(150,150,200,210); //髪 fill(132,87,60); arc(150,120,192,149,radians(180),radians(0)); //瞳 fill(0); ellipse(100,150,30,30); ellipse(200,150,30,30); //瞳中 fill(255); ellipse(110,150,10,10); ellipse(210,150,10,10); //口 fill(255,0,0); arc(150,200,80,55,radians(-5),radians(185)); //鳥 fill(255,140,25); ellipse(250,240,30,30); ellipse(260,260,40,30); triangle(275,260,288,255,288,265); fill(250,125,0); triangle(250,260,267,253,267,265); noStroke(); fill(255,255,65); triangle(225,240,237,235,237,245); fill(0); ellipse(244,235,5,5); //左脚 stroke(0); line(250,273,250,285); line(250,285,243,288); line(250,285,245,290); //右脚 line(265,274,265,285); line(265,285,258,288); line(265,285,260,290);