size(200,200); ellipseMode(CORNER); background(230); for(int a=0;a<200;a+=20){ for(int b=0;b<200;b+=20){ ellipse(a,b,18,18); } }