-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Correctly size non-ASCII characters in agg backend. #14705
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
Conversation
load_char does not resize the buffer, set_text does.
Also fixes #15576 |
@meeseeksdev backport to v3.2.x |
…705-on-v3.2.x Backport PR #14705 on branch v3.2.x (Correctly size non-ASCII characters in agg backend.)
Is this fix available in 3.2.0rc2? I've installed it from pip install https://github.com/matplotlib/matplotlib/archive/v3.2.0rc2.tar.gz and am still hitting this bug version 3.1.0 with this manually applied fix worked! |
No, it is not in any tagged release. |
Rc2
I opened it from https://github.com/matplotlib/matplotlib/tree/v3.2.0rc2/lib/matplotlib/backends Here is another link: https://github.com/matplotlib/matplotlib/blob/v3.2.0rc2/lib/matplotlib/backends/backend_agg.py#L183 |
load_char does not resize the buffer, set_text does.
Closes #8609
Need to think about whether this can be tested without a baseline image...Now has a test.
PR Summary
PR Checklist