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