|
|
@@ -116,7 +116,6 @@ this.imagesMinifier = this.imagesMinifier || (() => {
|
|
|
if (!imageElement.getAttributeNS(SVG_NS, "width") && !imageElement.getAttributeNS(SVG_NS, "height") && imageData.naturalWidth && imageData.naturalHeight) {
|
|
|
imageElement.setAttributeNS(SVG_NS, "viewBox", "0 0 " + imageData.naturalWidth + " " + imageData.naturalHeight);
|
|
|
}
|
|
|
- svgElement.style.border = "1px solid red";
|
|
|
imgElement.parentElement.replaceChild(svgElement, imgElement);
|
|
|
}
|
|
|
});
|