Sergio Caballero > http://LaPieza.org/

//CopyMondrian(*_*);
size(465,465);
background(245,245,225);
noStroke();
fill(255,215,15);
rect(0,345,55,120);
rect(285,0,160,165);
fill(205,40,20);
rect(55,55,230,230);
rect(435,355,30,110);
fill(40,80,140);
rect(295,355,140,80);
fill(0);
rect(110,10,10,35);
rect(285,5,10,440);
rect(435,10,10,450);
rect(5,45,440,10);
rect(45,45,10,405);
rect(5,165,40,10);
rect(285,165,160,10);
rect(360,165,10,120);
rect(45,285,400,10);
rect(5,345,460,10);
rect(170,285,10,175);
rect(285,435,160,10);
rect(55,285,115,130);
rect(180,405,105,40);
saveFrame(“mondrian.gif”);


SergioCaballero /Entrada