Sfoglia il codice sorgente

commented debug code...

Gildas 7 anni fa
parent
commit
7d5eb22df2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
 					}