size(420, 220); background(0); smooth(); noFill(); stroke(255); for(int i = 30; i <= width - 20; i += 50) ellipse(i, 50, 40, 40);