mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
revert swapping order of arguments in _updateTile call to fix behavior of canvas drawer
This commit is contained in:
parent
5be44521b5
commit
9ef1c5952e
@ -1651,8 +1651,8 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||||||
}
|
}
|
||||||
|
|
||||||
var result = this._updateTile(
|
var result = this._updateTile(
|
||||||
haveDrawn,
|
|
||||||
drawLevel,
|
drawLevel,
|
||||||
|
haveDrawn,
|
||||||
flippedX, y,
|
flippedX, y,
|
||||||
level,
|
level,
|
||||||
levelVisibility,
|
levelVisibility,
|
||||||
|
Loading…
Reference in New Issue
Block a user