ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.88k stars 109 forks source link

Feasibility of tikz/pgf output? #42

Closed ghost closed 4 years ago

ghost commented 5 years ago

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?