anyone have an #SVG #rasterizer #recommendation for large SVG? command line, for Debian Linux or similar.
rsvg-convert: fails on big files with Error reading SVG input.svg: cannot load more than 1000000 XML elements
gimp: same issue as rsvg-convert
imagemagick: actually works, but it seems to be using inkscape under the hood, which consumes over 10GB of RAM.
inkscape: I haven't tested this yet
maybe I should use libcairo or similar to rasterize directly from my code instead of outputting SVG text...