Gildas 7 лет назад
Родитель
Сommit
de926f76be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/single-file/html-images-minifier.js

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

@@ -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);
 				}
 			}