Designed for a standard 8.5" x 11" piece of paper (220mm x 280mm). All paths should be stroke: #000 and stroke-width: 1 for previewing. The choice of pen actually determines stroke & color for final printing. To plot, use the Axidraw extension for Inkscape to open the SVG.
svg generator is an Elixir escript, an executable that can be called from the command line.
To compile:
mix escript.build
To run:
./svg_generator output_file_name
Functions for creating SVG primitives to pass to XMLBuilder.
Various geometric and graphic functions.
The scripts that actually produce the SVGs.