mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +03:00
Remove displayRegion transform
ref #2612 - Remove display region transform in `setFlip()` as it is not needed for flipping and was overriding existing rotation transforms.
This commit is contained in:
parent
0e3abe16f4
commit
2dc0e29647
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /*
|
|||
},
|
||||
|
||||
setDisplayTransform: function(rule) {
|
||||
setElementTransform(this.displayRegion, rule);
|
||||
setElementTransform(this.canvas, rule);
|
||||
setElementTransform(this.element, rule);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue