Skip to content

Commit 9523a83

Browse files
author
Cosimo Lupo
committed
booleanGlyph: fix BooleanGlyphDataPointPen not flushing contours
The line was inadvertently deleted with commits 8dc6c6a..0b8d453, probably as result of a bad revert commit.
1 parent e65175b commit 9523a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/booleanOperations/booleanGlyph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def _flushContour(self):
5151

5252
contour = self._glyph.contourClass()
5353
contour._points = points
54+
self._glyph.contours.append(contour)
5455

5556
def beginPath(self):
5657
self._points = []

0 commit comments

Comments
 (0)