From 4bb5ac4d6fc5791d3a81a4d6b83ef7410e5be8f1 Mon Sep 17 00:00:00 2001 From: clintjd Date: Fri, 29 May 2015 10:25:53 -0700 Subject: [PATCH] bumped version to 1.0.9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6da27ec..bad4f6b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ var svg = ctx.getSvg(); Updates ========== +- v1.0.9 use currentDefaultPath instead of 's d attribute, fixes stroke's different behavior in SVG and canvas. - v1.0.8 reusing __createElement and adding a properties undefined check - v1.0.7 fixes for multiple transforms and fills and better text support from stafyniaksacha - v1.0.6 basic support for text baseline (contribution from KoKuToru)