Skip to content

Commit 8abab03

Browse files
committed
Keep a non-functional type1Descriptors
1 parent c77a459 commit 8abab03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ def __init__(self, filename, metadata=None):
765765

766766
fontNames = _api.deprecated("3.11")(property(lambda self: self._fontNames))
767767
dviFontInfo = _api.deprecated("3.11")(property(lambda self: self._dviFontInfo))
768+
type1Descriptors = _api.deprecated("3.11")(property(lambda _: {}))
768769

769770
def newPage(self, width, height):
770771
self.endStream()

0 commit comments

Comments
 (0)