mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #2018 from crydell/updated-match
Navigator is matched to viewer when it succeeds
This commit is contained in:
commit
3c3b5e8150
@ -404,6 +404,8 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /*
|
|||||||
var myItem = event.item;
|
var myItem = event.item;
|
||||||
myItem._originalForNavigator = original;
|
myItem._originalForNavigator = original;
|
||||||
_this._matchBounds(myItem, original, true);
|
_this._matchBounds(myItem, original, true);
|
||||||
|
_this._matchOpacity(myItem, original);
|
||||||
|
_this._matchCompositeOperation(myItem, original);
|
||||||
|
|
||||||
function matchBounds() {
|
function matchBounds() {
|
||||||
_this._matchBounds(myItem, original);
|
_this._matchBounds(myItem, original);
|
||||||
|
Loading…
Reference in New Issue
Block a user