mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
fix error when recalculating overlay width and height
This commit is contained in:
parent
9cbda1bd8f
commit
0150622e78
@ -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…
x
Reference in New Issue
Block a user