I have a SVG-Pan-Zoom instance embedded in an Tabbing-Component. When the active tab changes, the previous one gets hidden with display: none
. After switching back to the first tab (which gets displayed again with display: block
) the svgPanZoom instance is in an unusable state. I dont't really get what is going on.
I was able to reproduce this behaviour only in Google Chrome.
I've created an example to test this: http://svgpan-example.bitballoon.com/
Is this a bug, or am I missing something?