This commit is contained in:
James Godfrey-Kittle 2016-10-04 17:32:49 -07:00
parent 870b7ce92a
commit 238e8cbc52

View File

@ -66,6 +66,6 @@ class AreaPen(BasePen):
"""Area is not defined for open contours. """Area is not defined for open contours.
Single-point open contours, which often represent anchors, are allowed. Single-point open contours, which often represent anchors, are allowed.
""" """
if self._p0 != self.startPoint: if self._p0 != self._startPoint:
raise NotImplementedError raise NotImplementedError
del self._p0, self._startPoint del self._p0, self._startPoint