Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White line left on the page bottom in output PDF #936

Closed
MurakamiShinyu opened this issue Jun 1, 2022 · 1 comment · Fixed by #937
Closed

White line left on the page bottom in output PDF #936

MurakamiShinyu opened this issue Jun 1, 2022 · 1 comment · Fixed by #937
Labels

Comments

@MurakamiShinyu
Copy link
Member

Test samples

  • test-a8.html:
<html>
<head>
  <title>Size A8</title>
  <style>
    @page {
      size: a8;
      margin: 0;
      background: blue;
    }
  </style>
</head>
<body>
Size: A8 = 52mm x 74mm = 196.535px x 279.685px = 147.402pt x 209.764pt
</body>
</html>
  • test-a8L.html:
<html>
<head>
  <title>Size A8 Landscape</title>
  <style>
    @page {
      size: a8 landscape;
      margin: 0;
      background: blue;
    }
  </style>
</head>
<body>
Size: A8 Landscape = 74mm x 52mm = 279.685px x 196.535px = 209.764pt x 147.402pt
</body>
</html>

PDF outputs (with Vivliostyle CLI 4.12.3, core 2.15.3):

Screenshots (Adobe Acrobat Pro):

Screen Shot 2022-06-01 at 16 24 03

Screen Shot 2022-06-01 at 16 24 15

@MurakamiShinyu
Copy link
Member Author

Fixed in #937.

Output PDFs with this fix:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant