Update README.md

This commit is contained in:
Kerry Liu 2014-04-03 20:32:52 -07:00
parent 20cb914014
commit d671a1cf5d

View File

@ -33,6 +33,7 @@ var svg = ctx.getSvg();
Updates Updates
========== ==========
- v1.0.3 fixed #4 where largeArcFlag was set incorrectly in some cases
- v1.0.2 Split up rgba values set in fill/stroke to allow illustrator import support. - 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.1 Allow C2S to be called as a function. https://github.com/gliffy/canvas2svg/issues/2
- v1.0.0 Initial release - v1.0.0 Initial release