/** @peep sketch */
size(200, 200); noFill(); for (int d = 10; d < 100; d += 5) { rect(100, 100, d, d); }
Nothing in the gallery yet!
/** @peep sketch */
size(200, 200); noFill(); for (int d = 10; d < 100; d += 5) { rect(100, 100, d, d); }
Nothing in the gallery yet!
Comments
Nobody has said anything yet.