Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb03479a

Browse files
authored
Merge pull request#22204 from anntzer/mathtextungrow
Cleanup _mathtext internal API
2 parentsc2f39dd +519d1eb commitb03479a

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)

[8]ページ先頭

©2009-2025 Movatter.jp