Gildas пре 7 година
родитељ
комит
7d5eb22df2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/single-file/html-images-minifier.js

+ 1 - 1
lib/single-file/html-images-minifier.js

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