We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eda0f commit 4484590Copy full SHA for 4484590
1 file changed
js/load-image-scale.js
@@ -228,7 +228,6 @@
228
) {
229
destWidth *= pixelRatio
230
destHeight *= pixelRatio
231
- canvas.getContext('2d').scale(pixelRatio, pixelRatio)
232
}
233
// Check if workaround for Chromium orientation crop bug is required:
234
// https://bugs.chromium.org/p/chromium/issues/detail?id=1074354
0 commit comments