Browse Source

Release 0.10.3

v1.x 0.10.3
TJ Holowaychuk 13 years ago
parent
commit
9b6c6a8b1d
  1. 5
      History.md
  2. 2
      lib/canvas.js
  3. 2
      package.json

5
History.md

@ -1,4 +1,9 @@
0.10.3 / 2012-02-27
==================
* Fixed quadratic curve starting point for undefined path. Closes #155
0.10.2 / 2012-02-06
==================

2
lib/canvas.js

@ -29,7 +29,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.10.2';
exports.version = '0.10.3';
/**
* Cairo version.

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.10.2"
, "version": "0.10.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"]
, "homepage": "https://github.com/learnboost/node-canvas"

Loading…
Cancel
Save