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

Tile two pages with rotations #440

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 9, 2021

  1. Stitch pages

    * Pages with rotation rotate the content and move the content to
      the final position.
    * Pages with a mediabox [x1, y1, x2, y2] where x1, y1 > 0 create a
      temporary page such that the mediabox is [0, 0, width, height]. Crop
      creates such pages. This facilitates the side-by-side placement of
      pages because rotations are around (0,0).
    * Without a tmp page, it is not possible to stitch pages where the
      glue side is cropped. Ex: Crop A  l: 0, r: 50%, crop B l: 50%, r:0,
      stitch [A | B].
    * Pages with scaling create a temporary page
    angsch committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b15a5e7 View commit details
    Browse the repository at this point in the history
  2. Add stitching to undo manager

    angsch committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    1b72f7c View commit details
    Browse the repository at this point in the history