Center pdf manual zoom mode (#10246)

Center PDF content when its width is smaller than the screen

fix #9967
This commit is contained in:
nairyo
2023-03-31 17:29:16 +02:00
committed by GitHub
parent a3080b042a
commit 983e083a0b
3 changed files with 17 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ describe("ReaderLink module", function()
local expected_page_states = {
{
gamma = 1,
offset = {x = 0, y = 0},
offset = {x = 17, y = 0},
page = 3,
page_area = {
x = 0, y = 0,
@@ -139,7 +139,7 @@ describe("ReaderLink module", function()
},
{
gamma = 1,
offset = {x = 0, y = 0},
offset = {x = 17, y = 0},
page = 4,
page_area = {
h = 800, w = 566,