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