There are 6 shapes: circle, square, disc, diamond, triangle, and arrow.
There are 8 directions: north, ne, east, se, south, sw, west, and nw. Directions only apply to triangles and arrows.
You can also supply a direction as a number of degrees.
Like some other projects, we draw these shapes with random background colors. You can see a new set of random colors when you refresh the page. You can also specify a color (see the bottom of this page).
We calculate the internal colors to contrast with the background colors. This module happens to choose between a light and dark shade of teal.
You can view the PHP source code for the shape generator.