Is there a performant #Linux way to rasterize an #SVG that doesn't involve just using a whole web browser? Even a #python lib would do, but I'd rather keep it #nodeJS
@bug138 i've had bad luck with imagemagick, though it can do this. `inkscape -w 1024 -h 1024 input.svg -o output.png` is what i use for previewing my svg code.