mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +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(
|
||||
coordA.x,
|
||||
coordA.y,
|
||||
coordA.x + coordB.x,
|
||||
coordA.y + coordB.y
|
||||
coordB.x,
|
||||
coordB.y
|
||||
);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user