v1.0.16
This commit is contained in:
parent
967b515663
commit
ec6e29af6c
@ -100,6 +100,7 @@ N.B. You may not need node-canvas for some simple operations when using jsdom >=
|
|||||||
|
|
||||||
Updates
|
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.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.
|
||||||
- v1.0.13 set paint order before stroke and fill to make them behavior like canvas
|
- v1.0.13 set paint order before stroke and fill to make them behavior like canvas
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "canvas2svg",
|
"name": "canvas2svg",
|
||||||
"version": "1.0.14",
|
"version": "1.0.16",
|
||||||
"main": "./canvas2svg.js"
|
"main": "./canvas2svg.js"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "canvas2svg",
|
"name": "canvas2svg",
|
||||||
"version": "1.0.14",
|
"version": "1.0.16",
|
||||||
"description": "canvas2svg",
|
"description": "canvas2svg",
|
||||||
"main": "canvas2svg.js",
|
"main": "canvas2svg.js",
|
||||||
"homepage": "http://gliffy.github.io/canvas2svg/",
|
"homepage": "http://gliffy.github.io/canvas2svg/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user