Update README.md

This commit is contained in:
clintjd 2015-06-15 17:26:31 -07:00
parent b55d2b10b5
commit 3a04092920

View File

@ -33,6 +33,7 @@ var svg = ctx.getSvg();
Updates Updates
========== ==========
- 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.10 when lineTo called, use M instead of L unless subpath exists
- v1.0.9 use currentDefaultPath instead of <path>'s d attribute, fixes stroke's different behavior in SVG and canvas. - v1.0.9 use currentDefaultPath instead of <path>'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.8 reusing __createElement and adding a properties undefined check