cleanup after experiments

This commit is contained in:
keringo
2025-06-27 00:05:04 +03:00
parent eb8b739573
commit 8dff8ddda1
5 changed files with 9 additions and 9 deletions

View File

@@ -573,7 +573,7 @@ function Document:drawPagePart(pageno, native_rect, rotation)
rect.scaled_rect = scaled_rect
-- Enable SMP via the hinting flag
local tile = self:renderPage(pageno, rect, zoom, rotation, 1.0, 0x000000, 0xFFFFFF, true)
local tile = self:renderPage(pageno, rect, zoom, rotation, 1.0, 255, true)
return tile.bb, rotate
end