Documentation error in box() example
-
There's an error in the box() example (the issue is present in the online update of the documentation as well):
The comments at the top of the example says "Draw 100 random boxes", but the example will actually draw 99 boxes.
IMO, it would be better to keep the comment as it is and start the loop from 0 instead. The same could be done with the example for circle(), to keep the theme "start looping from 0" consistent.
-
Thanks for reporting this. I have added it to the help issue tracker