hs-logo
hs-logo copied to clipboard
Figure out how to call SVG backend directly
Currently, the Logo interpreter calls the SVG backend via the helper method defaultMain
, passing the arguments using withArgs
.
This can be made better if we directly call the SVG backend, using something like the renderDia
method.