openseadragon / svg-overlay

An OpenSeadragon plugin that adds SVG overlay capability.
BSD 3-Clause "New" or "Revised" License
58 stars 28 forks source link

Resize overlay on viewer.resize #18

Closed IllyaMoskvin closed 7 years ago

IllyaMoskvin commented 7 years ago

It seems that resizing the window triggers the viewer.animate event, which should in theory resize the overlay, but I've found that it consistently gets "decalibrated" from the viewer when resizing the window, especially during sudden resize events, such as switching from maximized to windowed mode.

I hot-patched it in my app, but it seems like a really easy fix to incorporate into the plugin, so I'll have a PR your way shortly.

iangilman commented 7 years ago

Fixed by #19