You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now only a single aspect ratio for page is supported. This leaves documents which have multiple different aspect ratios to have trailing white space. Different aspect ratios are common for documents who have their pages rotated.
This behaviour can be seen in the example below. Every second page, the aspect ratio is inversed.
Page 0, portrait
Page 1, landscape
As you can see, since Page 1 is in landscape. There is trailing whitespace before the next page.
Ideally the PageListViewport can adjust the size of the pages based on aspect ratio.
Right now only a single aspect ratio for page is supported. This leaves documents which have multiple different aspect ratios to have trailing white space. Different aspect ratios are common for documents who have their pages rotated.
This behaviour can be seen in the example below. Every second page, the aspect ratio is inversed.
As you can see, since Page 1 is in landscape. There is trailing whitespace before the next page.
Ideally the
PageListViewport
can adjust the size of the pages based on aspect ratio.Sample
The text was updated successfully, but these errors were encountered: