xxxxxxxxxx
size(400,400);
background(#25AAFF);
int a =10;
for(int i =0; i <400; i+=15)
for(int u =0; u <400; u+=50)
for(int e =0; e <400; e+=20)
{
stroke(255 - u,i,255);
line(i,i/3,i*4,i*5);
//line(u,u*3,u/2,u);
stroke(255-e,255,i);
line(400,500-e,e,e);
stroke(e*1,255,i);
line(255,2+e,u+10,e+2);
stroke(255,i,u);
line(0,e,500-e,400-e);
}
noStroke();
//quad(30, 28, 86, 20, 65, 63, 30, 76);