I have put together a simple HTML page using Angular which can update an SVG drawing. This all works nicely, and with little effort. However, I want to be able to render the SVG to a PNG file in-browser for easy download and reuse.I have put together a simple HTML page using An