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 #2556 #2564

Closed
wants to merge 3 commits into from
Closed

Fix #2556 #2564

wants to merge 3 commits into from

Commits on Jul 14, 2023

  1. fix #2533

    In some situations, we were computing a wrong character bbox in Page method get_texttrace() in that we falsely assume a text up-down flip.
    This is being corrected here.
    JorjMcKie committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fc00021 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix #2556

    Guard against incompletely specified clip paths by checking whether any drawing items have been generated.
    JorjMcKie committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    63d8309 View commit details
    Browse the repository at this point in the history
  2. test fix of #2556

    Ensure  #2556 is fixed properly.
    JorjMcKie committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    df830db View commit details
    Browse the repository at this point in the history