NGraphics
NGraphics copied to clipboard
Add an SVGCanvas that all platforms can write to for a .SaveAsSvg() method
We'd like to be able to export SVG files as well as PNG from all of our platforms. It seems feasible since NGraphics can already parse SVG and translate them into drawing commands. We just need the other direction.