Skip to content

Commit

Permalink
leave out the path Pen init argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stenson committed Jan 17, 2025
1 parent dd11df3 commit 5d9792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontgoggles/misc/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def drawCOLRv1Glyph(colorFont, glyphName, colorPalette, defaultColor):
raise NotImplementedError()

class Pen(RecordingPen):
def __init__(self, glyphSet, path=None): # to match CocoaPen constructor
def __init__(self, glyphSet): # to match CocoaPen constructor
super().__init__()

@property
Expand Down

0 comments on commit 5d9792c

Please sign in to comment.