I'd like to create something like svgbob to generate tikz/pgf output suitable for inclusion in LaTeX documents, but haven't learned rust yet. Does svgbob have an internal representation that then gets rendered as SVG such that all I'd need to replace would be the renderer? Or is the input text parsed directly to SVG?
I'd like to create something like svgbob to generate tikz/pgf output suitable for inclusion in LaTeX documents, but haven't learned rust yet. Does svgbob have an internal representation that then gets rendered as SVG such that all I'd need to replace would be the renderer? Or is the input text parsed directly to SVG?