From 9bbe32b4f870309af1468f0e1a14e5d38bf060f3 Mon Sep 17 00:00:00 2001 From: Sebastien Wieckowski Date: Wed, 9 Jul 2025 08:54:30 +0200 Subject: [PATCH] fix(config): Correct invalid value for svg.fonttype in matplotlibrc --- lib/matplotlib/mpl-data/matplotlibrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/mpl-data/matplotlibrc b/lib/matplotlib/mpl-data/matplotlibrc index ec649560ba3b..ccc5de5e372c 100644 --- a/lib/matplotlib/mpl-data/matplotlibrc +++ b/lib/matplotlib/mpl-data/matplotlibrc @@ -761,7 +761,7 @@ #svg.fonttype: path # How to handle SVG fonts: # path: Embed characters as paths -- supported # by most SVG renderers - # None: Assume fonts are installed on the + # none: Assume fonts are installed on the # machine where the SVG will be viewed. #svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4 #svg.id: None # If not None, use this string as the value for the `id`