Issue when rendering small rectangles

Hello @ishback ,

Do some exploration…

Change the background to white and you will see the effect of:
stroke(0);

Take a look at the y spacing of the rectangles… you go from 2 to 32 to 64.
Are they equally spaced?

Look up all the references to understand the code:
https://processing.org/

:)