Comparing version 0.4.3 to 0.5.0
0.5.0 / 2011-03-14 | ||
================== | ||
* Added several more operators (color-dodge, color-burn, difference, etc) | ||
* Performance; no longer re-allocating `closure->data` for each png write | ||
* Fixed freeing of `Context2d` states | ||
* Fixed text alignment / baseline [Olaf] | ||
* Fixed HandleScopes [Olaf] | ||
* Fixed small misc memory leaks | ||
* Fixed `Buffer` usage for node 0.4.x | ||
0.4.3 / 2011-01-11 | ||
@@ -3,0 +14,0 @@ ================== |
@@ -31,3 +31,3 @@ | ||
exports.version = '0.4.3'; | ||
exports.version = '0.5.0'; | ||
@@ -34,0 +34,0 @@ /** |
@@ -1,11 +0,11 @@ | ||
{ "name": "canvas" | ||
{ "name": "canvas" | ||
, "description": "Canvas graphics API backed by Cairo" | ||
, "version": "0.4.3" | ||
, "version": "0.5.0" | ||
, "author": "TJ Holowaychuk <tj@learnboost.com>" | ||
, "keywords": ["canvas", "graphic", "graphics"] | ||
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] | ||
, "scripts": { | ||
"preinstall": "node-waf configure build" | ||
} | ||
, "engines": { "node": ">= 0.2.3" } | ||
, "engines": { "node": "0.4.x" } | ||
, "main": "./lib/canvas.js" | ||
} |
@@ -160,7 +160,10 @@ | ||
Tested with: | ||
Tested with and designed for: | ||
- node 0.2.4 | ||
- node 0.4.2 | ||
- cairo 1.8.6 | ||
For node 0.2.x `node-canvas` <= 0.4.3 may be used, | ||
0.5.0 and above are designed for node 0.4.x only. | ||
## License | ||
@@ -167,0 +170,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
191
131699
35
487