mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix bottom y for getUsedBBox #25
This commit is contained in:
@@ -147,7 +147,7 @@ function PDFReader:setzoom(page)
|
||||
x0 = 0
|
||||
y0 = 0
|
||||
x1 = pwidth
|
||||
y2 = pheight
|
||||
y1 = pheight
|
||||
end
|
||||
print("# page::getUsedBBox "..x0.."*"..y0.." "..x1.."*"..y1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user