size (200, 200); background (102); stroke (0); for (int i=0; i<300; i+=10) { ellipse (100, 100, 300-i, 300-i); }