Comparing version 9.3.1 to 9.3.2
@@ -19,3 +19,3 @@ "use strict"; | ||
_global: exports.glob, | ||
version: '9.3.1', | ||
version: '9.3.2', | ||
isBrowser: detectBrowser(), | ||
@@ -22,0 +22,0 @@ isUnminified: /param/.test(function (param) { }.toString()), |
@@ -957,4 +957,4 @@ "use strict"; | ||
const bufferCanvas = new Canvas_1.SceneCanvas({ | ||
width: canvas.width, | ||
height: canvas.height, | ||
width: canvas.width / canvas.pixelRatio, | ||
height: canvas.height / canvas.pixelRatio, | ||
pixelRatio: canvas.pixelRatio, | ||
@@ -961,0 +961,0 @@ }); |
{ | ||
"name": "konva", | ||
"version": "9.3.1", | ||
"version": "9.3.2", | ||
"author": "Anton Lavrenov", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1396838
32541