Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
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
jklymak commentedDec 15, 2020
Thanks a lot for the pull request! Unfortunately this broke some existing tests in |
story645 commentedApr 6, 2021
hey@Alex-Carter01, do you have any bandwidth to finish up this PR? |
WeatherGod commentedApr 24, 2021
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? |
dstansby commentedDec 18, 2021
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
pytestpasses).flake8on changed files to check).flake8-docstringsand 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).