Update README.md

This commit is contained in:
Kerry Liu 2014-02-21 17:35:01 -08:00
parent 64cee40038
commit a35ebe5bb3

View File

@ -31,6 +31,12 @@ var mySerializedSVG = ctx.getSerializedSvg(); //true here, if you need to conver
var svg = ctx.getSvg();
```
Updates
==========
- v1.0.2 Split up rgba values set in fill/stroke to allow illustrator import support.
- v1.0.1 Allow C2S to be called as a function. https://github.com/gliffy/canvas2svg/issues/2
- v1.0.0 Initial release
Misc
==========
Some canvas 2d context methods are not implemented yet. Watch out for setTransform and arcTo.