For interactive graphics or animations you might want to redraw the overlay multiple times even when the underlying OSD doesn't need updating. It would be nice to be able to trigger a draw just of the overlay. You can already do this via the _updateCanvas method, but the underscore marks it as private. Maybe just make it public?
See openseadragon/openseadragon#1452 for more discussion.
For interactive graphics or animations you might want to redraw the overlay multiple times even when the underlying OSD doesn't need updating. It would be nice to be able to trigger a draw just of the overlay. You can already do this via the
_updateCanvasmethod, but the underscore marks it as private. Maybe just make it public?See openseadragon/openseadragon#1452 for more discussion.