Skip to content

Commit

Permalink
booleanGlyph: fix BooleanGlyphDataPointPen not flushing contours
Browse files Browse the repository at this point in the history
The line was inadvertently deleted with commits 8dc6c6a..0b8d453, probably as result of a bad revert commit.
  • Loading branch information
Cosimo Lupo committed Dec 18, 2016
1 parent e65175b commit 9523a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/booleanOperations/booleanGlyph.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _flushContour(self):

contour = self._glyph.contourClass()
contour._points = points
self._glyph.contours.append(contour)

def beginPath(self):
self._points = []
Expand Down

1 comment on commit 9523a83

@anthrotype
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@typemytype this line somehow got lost. I just fixed it and tagged 0.6.4.

Please sign in to comment.