svgutils

Helper functions for dealing with SVG files

https://patch-tag.com/r/twistedsquare/svgutils/home

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Neil Brown
Maintained by [email protected]

A library for performing simple manipulations with SVG files, primarily tiling several SVG files together into a single file (ready for printing).

As well as the exposed library modules, the package comes with an executable called SVGtile that can perform this SVG tiling from the command-line. SVGtile takes a list of SVG files as command-line arguments, then generates lots of files of the form TiledFront-1.svg. Paper-size (default A4) and other settings can be set using command-line options: see SVGtile --help.