Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 257 Bytes

SVGvas

Create SVG by using canvas method calls.

This is meant to be a simple vector exporter for your Canvas driven application.

instead of creating a canvas, i.e. var canvas = document.createElement('CANVAS') you do var canvas = new SVGvas()