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 03e6fb1 commit 35ccac1Copy full SHA for 35ccac1
Lib/booleanOperations/booleanGlyph.py
@@ -53,7 +53,7 @@ def _flushContour(self):
53
contour._points = points
54
self._glyph.contours.append(contour)
55
56
- def beginPath(self):
+ def beginPath(self, identifier=None):
57
self._points = []
58
59
def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
0 commit comments