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