You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
I'm using IDD to add zoom&pan capabilities to an SVG plot. It mostly works, but I can't get auto-resizing to work properly, specifically on height. My objective here is to maintain the same visible region as the window resizes. To do this, I periodically get the container size to see if it has changed.
I find that the plot shrinks when the container height is reduced, and remains the same height when the container height is increased. If you make the container alternately taller and shorter, this results in the plot shrinking constantly.