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

Fix link shapes #477 #480

Merged
merged 4 commits into from
May 16, 2020
Merged

Commits on May 13, 2020

  1. Some IDEA Warnings

    rototor committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d82a95a View commit details
    Browse the repository at this point in the history
  2. danfickle#477: Only use the scaling from the given transform

    For whatever reason we only want the DPI scaling from the given transform, and
    not any other property of the transform.
    
    When adding a link to process later, the transform has at that moment also a translate in it.
    
    Before 1ffd271 the used transform was after the last page was
    processed. At that moment the transform only had a scale component and no translate.
    rototor committed May 13, 2020
    Configuration menu
    Copy the full SHA
    55a3fc8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. danfickle#477: Reduce duplication of the mapShapeToQuadPoints method

    Yes, those classes are copies, so there is duplication. But before extending this method
    I rather have it only in one place.
    rototor committed May 14, 2020
    Configuration menu
    Copy the full SHA
    72c8548 View commit details
    Browse the repository at this point in the history
  2. danfickle#477: Reduce the rectangle of a link annotation to the bound…

    …ing box of the shape.
    rototor committed May 14, 2020
    Configuration menu
    Copy the full SHA
    498e52f View commit details
    Browse the repository at this point in the history