Provided by: aasvg_0.1.8-1_all
NAME
aasvg - Convert ASCII art diagrams to SVG
SYNOPSIS
aasvg [options] < <text> > <svg>
DESCRIPTION
Turn ASCII art into SVG --disable-text Disable simple text --grid Draw a grid (debugging) --spaces=<n> Split text after <n> spaces (0 means place every character separately) --stretch Stretch text to better fit it (use with --spaces > 0; uses advanced SVG) --backdrop Draw a backdrop --source Draw an overlay with source text --<attr>=<value> Set SVG attribute <attr> to <value> --version Show the version and exit