mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-19 16:23:13 +03:00
new opacity flag
This commit is contained in:
parent
c402a7bfdd
commit
171591a7a3
@ -1533,7 +1533,7 @@ function compareTiles( previousBest, tile ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function drawTiles( tiledImage, lastDrawn ) {
|
function drawTiles( tiledImage, lastDrawn ) {
|
||||||
if (lastDrawn.length === 0) {
|
if (this.opacity == 0 || lastDrawn.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var tile = lastDrawn[0];
|
var tile = lastDrawn[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user