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 611064d commit 86a3fc0Copy full SHA for 86a3fc0
src/components/images/draw.js
@@ -84,7 +84,7 @@ module.exports = function draw(gd) {
84
var img = new Image();
85
this.img = img;
86
87
- if(d.source && d.source.slice(0, 5) === '') {
+ if(d.source && d.source.slice(0, 5) === 'data:') {
88
img.src = d.source;
89
thisImage.attr('xlink:href', d.source);
90
resolve();
0 commit comments