Jason Milkins
Jason Milkins
Command line is `rsvg-convert`
``` Usage: rsvg-convert [OPTION...] [FILE...] - SVG Converter Help Options: -?, --help Show help options Application Options: -d, --dpi-x= pixels per inch [optional; defaults to 90dpi] -p, --dpi-y= pixels per...
Although I suspect that width of the render will be derived from a containing element and not the actual text... I need to experiment.
Ok, that's a bust. The SVG root element must spec the w/h. I'll continue this on the correct thread.

The image above is using a row with background and overlay. Hi @sabof I've got a few notes / questions / etc. that I'd like you input on... - Using...
Right
 Works pretty well. I'll need to get the `(* 5.5` derived from the actual style font size, but looks quite good so...
Note the orange boxes on the right are placeholders for the "right" align rows. I'll look at that in the morning, obviously they are drawing in the wrong direction. ![screen...
I guess I can use `(smt/r-align (row))` in the background / overlay functions, to determine drawing direction. - additional helper functions for geometry / origin / width (in pixels) would...