Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b03479a

Browse files
authored
Merge pull request #22204 from anntzer/mathtextungrow
Cleanup _mathtext internal API
2 parents c2f39dd + 519d1eb commit b03479a

File tree

5 files changed

+63
-464
lines changed

5 files changed

+63
-464
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
``MathtextBackendAgg.get_results`` no longer returns ``used_characters``
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
The last item (``used_characters``) in the tuple returned by
4+
``MathtextBackendAgg.get_results`` has been removed. In order to unpack this
5+
tuple in a backward and forward-compatible way, use e.g.
6+
``ox, oy, width, height, descent, image, *_ = parse(...)``,
7+
which will ignore ``used_characters`` if it was present.

0 commit comments

Comments
 (0)