mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 14:16:10 +03:00
Fixed: Remove duplicate line
This commit is contained in:
parent
44347fb2d0
commit
79eecdcc76
@ -320,8 +320,7 @@
|
||||
var rect = new $.Rect(position.x, position.y, size.x, size.y);
|
||||
var boundingBox = this._getBoundingBox(rect, viewport.getRotation(true));
|
||||
position = boundingBox.getTopLeft();
|
||||
position = boundingBox.getTopLeft();
|
||||
|
||||
|
||||
if (viewport.flipped){
|
||||
position.x = (viewport.getContainerSize().x - position.x);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user