recticle.icn: Program to draw rectangles recursively

May 2, 2001; Gregg M. Townsend and Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.
This program draws filled color rectangles recursively.

The options supported are

     -w i    width of image; default 400
     -h i    height of image; default 250
     -p s    palette; default "c3"
     -g i    gap between rectangles; default 3
     -i      save image file; default no
     -n s    default image file prefix; default "recticle"
     -m i    minimum length of side; default 10
     -b i    bias -- affects size choices; default 20

Source code | Program Library Page | Icon Home Page