Fixed highlight problems
This commit is contained in:
Vendored
-6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user