Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
load_char does not resize the buffer, set_text does.
vadimkantorov commentedOct 30, 2019
Also fixes#15576 |
@meeseeksdev backport to v3.2.x |
…705-on-v3.2.xBackport PR#14705 on branch v3.2.x (Correctly size non-ASCII characters in agg backend.)
vadimkantorov commentedDec 24, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Is this fix available in 3.2.0rc2? I've installed it from pip installhttps://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. |
vadimkantorov commentedDec 24, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Rc2
I opened it fromhttps://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 |
Uh oh!
There was an error while loading.Please reload this page.
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