This commit is contained in:
Gabriel Hernandez 2015-09-09 12:15:32 -07:00
parent 967b515663
commit ec6e29af6c
3 changed files with 3 additions and 2 deletions

View File

@ -100,6 +100,7 @@ N.B. You may not need node-canvas for some simple operations when using jsdom >=
Updates
==========
- 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.14 bugfix for gradients, move __createElement to scoped createElement function, so all classes have access.
- v1.0.13 set paint order before stroke and fill to make them behavior like canvas

View File

@ -1,5 +1,5 @@
{
"name": "canvas2svg",
"version": "1.0.14",
"version": "1.0.16",
"main": "./canvas2svg.js"
}

View File

@ -1,6 +1,6 @@
{
"name": "canvas2svg",
"version": "1.0.14",
"version": "1.0.16",
"description": "canvas2svg",
"main": "canvas2svg.js",
"homepage": "http://gliffy.github.io/canvas2svg/",