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 22d8e85 commit cf57b39Copy full SHA for cf57b39
src/components/images/draw.js
@@ -73,7 +73,7 @@ module.exports = function draw(gd) {
73
74
thisImage.attr('xmlns', xmlnsNamespaces.svg);
75
76
- if(d.source && d.source.slice(0, 5) === 'data:') {
+ if(!gd._context.staticPlot || (d.source && d.source.slice(0, 5) === 'data:')) {
77
thisImage.attr('xlink:href', d.source);
78
this._imgSrc = d.source;
79
} else {
0 commit comments