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