Renderific
Renderific copied to clipboard
An SVG renderer for Atari 8-bit computers, written in Turbo-BASIC XL
The SVG specification allows for specification of the coordinate system. We could use that for automatic scaling of the output.
The 1020 plotter is capable of plotting text even in graphics mode. It would be nice to implement that.
The arc subcommand of SVG is not in the SVG Tiny implementation, but is useful to implement.
Generally, SVG elements have RGB color information. We could use that and calculate, what would be nearest color of the 1020 pens.