Skip to content

Commit 6d660ce

Browse files
committed
Deprecate svg.embed_char_paths in the standard way.
1 parent 8ffff0b commit 6d660ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def matplotlib_fname():
610610
'text.fontweight': 'font.weight',
611611
'text.fontsize': 'font.size',
612612
'tick.size' : 'tick.major.size',
613+
'svg.embed_char_paths' : 'svg.fonttype'
613614
}
614615

615616
_deprecated_ignore_map = {

0 commit comments

Comments
 (0)