We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf709a commit 9ecfb70Copy full SHA for 9ecfb70
CHANGELOG.md
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
### Added
12
### Fixed
13
+
14
+2.11.1
15
+==================
16
+### Fixed
17
* Add missing property `canvas` to the `CanvasRenderingContext2D` type
18
* Fixed glyph positions getting rounded, resulting text having a slight `letter-spacing` effect
19
* Fixed `ctx.font` not being restored correctly after `ctx.restore()` (#1946)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "2.11.0",
+ "version": "2.11.1",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments