We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61421f7 commit fb16886Copy full SHA for fb16886
CHANGELOG
@@ -1,3 +1,7 @@
1
+= 1.0.2
2
+ * Fix bug with font scaling with multiple text calls (Issue #4)
3
+ * Add a few tests
4
+
5
= 1.0.1
6
* Fixed Bug detecting the webkit backingStore
7
* General code cleanup
package.json
@@ -1,7 +1,7 @@
{
"name": "hidpi-canvas",
"description": "A JavaScript drop-in module to polyfill consistent and automatic HiDPI Canvas support.",
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "Apache 2.0",
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
"bugs": "https://github.com/jondavidjohn/hidpi-canvas-polyfill/issues",
0 commit comments