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 2738a70 commit a862af8Copy full SHA for a862af8
CHANGELOG.md
@@ -11,6 +11,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
### Added
12
### Fixed
13
14
+3.1.2
15
+==================
16
+### Fixed
17
+* Fix crash when setting width/height on PDF, SVG canvas (#2520)
18
+
19
3.1.1
20
==================
21
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "3.1.1",
+ "version": "3.1.2",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
0 commit comments