Basic svg rasterizer
avg_showsvg [-s FACTOR] [--save-image] <SVGFILE> <SVGID>
Opens an svg file and renders a specific element (chosen by ID) on screen or saves it to a png file.
-s, --size
Specify a factor for the size of the element.
--save-image
Write the rendered output to a png file as <SVGID>.png
Ulrich von Zadow <[email protected]>