ICC
< back to sketch

int i; size(300,300); for(i=0;i<300;i=i+5){ stroke(i,i,0); line(150,0,i,150); stroke(0,i,i); line(300,0,i,300); stroke(0,0,i); line(0,0,i,300); }

< back to sketch