Browse Source

Release 0.4.3

v1.x 0.4.3
Tj Holowaychuk 14 years ago
parent
commit
0b5d8a51f0
  1. 8
      History.md
  2. 2
      lib/canvas.js
  3. 2
      package.json

8
History.md

@ -1,4 +1,12 @@
0.4.3 / 2011-01-11
==================
* Fixed font family dereferencing. Closes #72
* Fixed; stripping of quotes from font-family before applying
* Fixed duplicate textAlign getter
* Removed sans-serif default of _Arial_
0.4.2 / 2010-12-28
==================

2
lib/canvas.js

@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.4.2';
exports.version = '0.4.3';
/**
* Cairo version.

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.4.2"
, "version": "0.4.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {

Loading…
Cancel
Save