kekscom / SVGvas

Create SVG by using canvas method calls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Create SVG by using canvas method calls.