Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29da23a commit f9c2c0eCopy full SHA for f9c2c0e
1 file changed
lib/matplotlib/dviread.py
@@ -922,12 +922,6 @@ def _parse_and_cache_line(self, line):
922
encoding=encodingfile, filename=fontfile)
923
924
925
-# Note: this function should ultimately replace the Encoding class, which
926
-# appears to be mostly broken: because it uses b''.join(), there is no
927
-# whitespace left between glyph names (only slashes) so the final re.findall
928
-# returns a single string with all glyph names. However this does not appear
929
-# to bother backend_pdf, so that needs to be investigated more. (The fixed
930
-# version below is necessary for textpath/backend_svg, though.)
931
def _parse_enc(path):
932
r"""
933
Parses a \*.enc file referenced from a psfonts.map style file.
0 commit comments