size(300, 300); noFill(); // Evita preenchimento smooth(); // Liga o antialiasing for(int i=10;i<300;i = i + 5) { ellipse(width/2, height/2, i, i); }