Skip to content

Commit f1c854f

Browse files
committed
Merge branch 'v1.0.x'
2 parents 8506c33 + e8f73cb commit f1c854f

22 files changed

+609
-568
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@
24772477
(0x0049, 0x0049, 'it', 0x2110), # I
24782478
(0x004a, 0x004b, 'it', 0x1d4a5), # J-K
24792479
(0x004c, 0x004c, 'it', 0x2112), # L
2480-
(0x004d, 0x003d, 'it', 0x2113), # M
2480+
(0x004d, 0x003d, 'it', 0x2133), # M
24812481
(0x004e, 0x0051, 'it', 0x1d4a9), # N-Q
24822482
(0x0052, 0x0052, 'it', 0x211b), # R
24832483
(0x0053, 0x005a, 'it', 0x1d4ae), # S-Z

lib/matplotlib/mathtext.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,9 @@ class Kern(Node):
18011801
when its *width* denotes additional spacing in the vertical
18021802
direction.
18031803
"""
1804+
height = 0
1805+
depth = 0
1806+
18041807
def __init__(self, width):
18051808
Node.__init__(self)
18061809
self.width = width
Binary file not shown.

lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.svg

Lines changed: 16 additions & 5 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)