From a35ebe5bb3d73f50c8a52ef9007c2aeb4b505001 Mon Sep 17 00:00:00 2001 From: Kerry Liu Date: Fri, 21 Feb 2014 17:35:01 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.