mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-01 07:31:41 +03:00
Clear the imageLoader when re-drawing
This commit is contained in:
parent
6bf3b8d7d4
commit
8dc8779fee
@ -2926,6 +2926,7 @@ function resizeViewportAndRecenter( viewer, containerSize, oldBounds, oldCenter
|
|||||||
}
|
}
|
||||||
|
|
||||||
function drawWorld( viewer ) {
|
function drawWorld( viewer ) {
|
||||||
|
viewer.imageLoader.clear();
|
||||||
viewer.drawer.clear();
|
viewer.drawer.clear();
|
||||||
viewer.world.draw();
|
viewer.world.draw();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user