ICC
< back to sketch

int i; size(300,300); for(i=0; i<300; i=i+10){ stroke(255,0,0); line(0,0,i,300); stroke(0,200,50); line(300,0,i,300); }

< back to sketch