Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Text rotation patch#19114
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Text rotation patch#19114
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fix to error in calculation of Y offset in text rotation.todo: test and test baseline
see baseline_images for corresponding baseline
Thanks a lot for the pull request! Unfortunately this broke some existing tests in |
hey@Alex-Carter01, do you have any bandwidth to finish up this PR? |
Oh, and we should double-check with the Cairo renderer, although I suspect it might have the same bug if this is happening at a layer above AGG/Cairo? |
Thanks for opening this PR. Unfortunately I don't think this is the correct fix. |
PR Summary
Resolves issue#13044. Fixing calculation error of Y-offset for specific rotation mode of text. This pull also includes a proposed minimal test (based off the original bug report).
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).