mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Merge 0150622e78
into 9cbda1bd8f
This commit is contained in:
commit
f36983ee03
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue