size (200, 200); background (0); for(int i=0; i<200; i++) { stroke (i); line (200, 0, 0, i); line (0, 0, i, 200); }