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 2637 #2677

Merged
merged 2 commits into from
Sep 20, 2023
Merged

Fix 2637 #2677

merged 2 commits into from
Sep 20, 2023

Commits on Sep 19, 2023

  1. Fix #2556

    Immunize against wrong path specifications by checking whether the current path dictionary actually exists.
    JorjMcKie committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8669ed7 View commit details
    Browse the repository at this point in the history
  2. Fix #2637

    Correctly compute the filled area (or overflow) of method Shape.insert_textbox.
    
    Also support variable setting of character border widths for insert_text() / insert_textbox(). This is a factor to be multiplied with the font size. Default is 0.05 (read: 5% of the fontsize). This value is relevant for text rendering modes 1 and 2 only.
    
    Prepare "words! extraction for variable delimiters. This is only functional until after changes in __init__.py.
    JorjMcKie committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e9fbaeb View commit details
    Browse the repository at this point in the history