From 7a2a4fcaaa609ce78086e1f7f8c1c9cd94e9921a Mon Sep 17 00:00:00 2001 From: clintjd Date: Tue, 16 Jun 2015 15:08:17 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf1bd63..32d5e9f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ var svg = ctx.getSvg(); Updates ========== +- v1.0.12 Implementation of ctx.prototype.arcTo. - v1.0.11 call lineTo instead moveTo in ctx.arc, fixes closePath issue and straight line issue - v1.0.10 when lineTo called, use M instead of L unless subpath exists - v1.0.9 use currentDefaultPath instead of 's d attribute, fixes stroke's different behavior in SVG and canvas.