mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Change offset of clearRect.
This commit is contained in:
parent
541c7c5fe5
commit
f509f43472
@ -358,8 +358,8 @@ $.Tile.prototype = {
|
|||||||
context.clearRect(
|
context.clearRect(
|
||||||
position.x + 1,
|
position.x + 1,
|
||||||
position.y + 1,
|
position.y + 1,
|
||||||
size.x - 2,
|
size.x - 1,
|
||||||
size.y - 2
|
size.y - 1
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user