|
@@ -124,7 +124,7 @@ this.imagesMinifier = this.imagesMinifier || (() => {
|
|
|
imageElement.setAttributeNS(SVG_NS, "width", width);
|
|
imageElement.setAttributeNS(SVG_NS, "width", width);
|
|
|
imageElement.setAttributeNS(SVG_NS, "height", height);
|
|
imageElement.setAttributeNS(SVG_NS, "height", height);
|
|
|
}
|
|
}
|
|
|
- svgElement.style.border = "1px solid red";
|
|
|
|
|
|
|
+ // svgElement.style.border = "1px solid red";
|
|
|
imgElement.parentElement.replaceChild(svgElement, imgElement);
|
|
imgElement.parentElement.replaceChild(svgElement, imgElement);
|
|
|
}
|
|
}
|
|
|
|
|
|