This commit is contained in:
Gabriel Hernandez 2016-01-22 08:51:37 -08:00
parent aab4b1808c
commit 2c1a4323ac
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ N.B. You may not need node-canvas for some simple operations when using jsdom >=
Updates Updates
========== ==========
- v1.0.17 Fix bug with drawing in an empty context. Fix image translation problem. Fix globalAlpha issue.
- v1.0.16 Add npm publishing support, bower file and optimize for arcs with no angles. - v1.0.16 Add npm publishing support, bower file and optimize for arcs with no angles.
- v1.0.15 Setup travis, add testharness and debug playground, and fix regression for __createElement refactor - v1.0.15 Setup travis, add testharness and debug playground, and fix regression for __createElement refactor
- v1.0.14 bugfix for gradients, move __createElement to scoped createElement function, so all classes have access. - v1.0.14 bugfix for gradients, move __createElement to scoped createElement function, so all classes have access.

View File

@ -1,5 +1,5 @@
/*!! /*!!
* Canvas 2 Svg v1.0.15 * Canvas 2 Svg v1.0.17
* A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document. * A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document.
* *
* Licensed under the MIT license: * Licensed under the MIT license: