diff --git a/README.md b/README.md index 1fd59ee..bf1fa24 100644 --- a/README.md +++ b/README.md @@ -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.