Comparing version 0.7.0 to 0.7.1
0.7.1 / 2011-08-25 | ||
================== | ||
* Added better image format detection | ||
* Added libpath options to waf configuration; this was necessary to correctly detect gif and jpeg support on FreeBSD | ||
0.7.0 / 2011-07-12 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -31,3 +31,3 @@ | ||
exports.version = '0.7.0'; | ||
exports.version = '0.7.1'; | ||
@@ -34,0 +34,0 @@ /** |
{ "name": "canvas" | ||
, "description": "Canvas graphics API backed by Cairo" | ||
, "version": "0.7.0" | ||
, "version": "0.7.1" | ||
, "author": "TJ Holowaychuk <tj@learnboost.com>" | ||
@@ -5,0 +5,0 @@ , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] |
@@ -23,2 +23,2 @@ | ||
img.src = __dirname + '/images/drupal.gif'; | ||
img.src = __dirname + '/textures/black-marble.png'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3136123
4