Fixed highlight problems

This commit is contained in:
2019-07-24 12:45:55 +02:00
parent ed40ffc43f
commit e72836e0f7
2 changed files with 4 additions and 27 deletions
-6
View File
@@ -10483,12 +10483,6 @@
svgGroup.insertBefore(maskImage, element); // image.nextSibling)
TweenLite.set(maskImage, { scale: 1 });
maskImage.style.mask = 'url(#' + maskId + ')';
let rect = document.createElementNS(svg, 'rect');
rect.setAttribute('width', width);
rect.setAttribute('height', height);
rect.classList.add('debugRect');
svgGroup.appendChild(rect);
}
svgGroup.appendChild(maskImage);