Closed rafw87 closed 4 years ago
When Magnifier image has transparent background (for example SVG) then both images are visible and overlapped when zoomed. Hiding "main image" in MagnifierRenderer.js seems to be enough to fix this problem:
Magnifier
MagnifierRenderer.js
visibility: isActive ? "hidden" : "visible"
I'll add this in to the next update, after looking into your other issue.
I just posted version 1.3.2 with this fix.
When
Magnifier
image has transparent background (for example SVG) then both images are visible and overlapped when zoomed. Hiding "main image" inMagnifierRenderer.js
seems to be enough to fix this problem: