fix bottom y for getUsedBBox #25

This commit is contained in:
Dobrica Pavlinusic
2012-03-04 23:16:38 +08:00
committed by HW
parent 8816285ec7
commit 0e3c91931d

View File

@@ -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);