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 4f807c5 commit 7dd3b68Copy full SHA for 7dd3b68
src/traces/image/plot.js
@@ -23,7 +23,7 @@ module.exports = function plot(gd, plotinfo, cdimage, imageLayer) {
23
var xa = plotinfo.xaxis;
24
var ya = plotinfo.yaxis;
25
26
- var supportsPixelatedImage = !Lib.isIOS() && !Lib.isSafari() && !gd._context._exportedPlot;
+ var supportsPixelatedImage = !Lib.isIOS() && !Lib.isSafari() && !Lib.isIE && !gd._context._exportedPlot;
27
28
Lib.makeTraceGroups(imageLayer, cdimage, 'im').each(function(cd) {
29
var plotGroup = d3.select(this);
0 commit comments