Exclude element from zooming using SvgPanZoom

219 Views Asked by At

I have an SVG and in it a lot of elements. I also have a popup element which is shown on an element click. When I zoom the SVG the popup should not be zoomed. How can I prevent this popup from being zoomed with the SVG?

1

There are 1 best solutions below

0
On BEST ANSWER

See this demo. Basically you can zoom only one SVG group while keeping others static.