Skip to content

Commit 9ecfb70

Browse files
committed
v2.11.1
1 parent fdf709a commit 9ecfb70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111
### Added
1212
### Fixed
13+
14+
2.11.1
15+
==================
16+
### Fixed
1317
* Add missing property `canvas` to the `CanvasRenderingContext2D` type
1418
* Fixed glyph positions getting rounded, resulting text having a slight `letter-spacing` effect
1519
* Fixed `ctx.font` not being restored correctly after `ctx.restore()` (#1946)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "2.11.0",
4+
"version": "2.11.1",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",

0 commit comments

Comments
 (0)