mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Merge pull request #142 from blind-coder/master
Fix for calculating overlay width / height
This commit is contained in:
commit
1df4448be7
@ -713,8 +713,8 @@ $.Viewport.prototype = {
|
|||||||
return new $.Rect(
|
return new $.Rect(
|
||||||
coordA.x,
|
coordA.x,
|
||||||
coordA.y,
|
coordA.y,
|
||||||
coordA.x + coordB.x,
|
coordB.x,
|
||||||
coordA.y + coordB.y
|
coordB.y
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user