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 82a444e commit 2134488Copy full SHA for 2134488
js/load-image-scale.js
@@ -88,6 +88,7 @@
88
) {
89
var ctx = canvas.getContext('2d')
90
if (options.imageSmoothingEnabled === false) {
91
+ ctx.msImageSmoothingEnabled = false
92
ctx.imageSmoothingEnabled = false
93
} else if (options.imageSmoothingQuality) {
94
ctx.imageSmoothingQuality = options.imageSmoothingQuality
0 commit comments