|
@@ -128,9 +128,6 @@ this.imagesMinifier = this.imagesMinifier || (() => {
|
|
|
const svgElement = doc.createElementNS(SVG_NS, "svg");
|
|
const svgElement = doc.createElementNS(SVG_NS, "svg");
|
|
|
const useElement = doc.createElementNS(SVG_NS, "use");
|
|
const useElement = doc.createElementNS(SVG_NS, "use");
|
|
|
svgElement.appendChild(useElement);
|
|
svgElement.appendChild(useElement);
|
|
|
- if (imgElement.src.includes("mainv_hayabusa2.png")) {
|
|
|
|
|
- debugger
|
|
|
|
|
- }
|
|
|
|
|
imgElement.getAttributeNames().forEach(attributeName => {
|
|
imgElement.getAttributeNames().forEach(attributeName => {
|
|
|
try {
|
|
try {
|
|
|
if (!IGNORED_ATTRIBUTES.includes(attributeName)) {
|
|
if (!IGNORED_ATTRIBUTES.includes(attributeName)) {
|