fix two misc errors reported by Landscape
This commit is contained in:
parent
baf2179fc3
commit
d28a942683
@ -181,7 +181,7 @@ class PointInsidePen(BasePen):
|
||||
solutions = [t for t in solutions if ZERO_MINUS_EPSILON <= t <= ONE_PLUS_EPSILON]
|
||||
if not solutions:
|
||||
return
|
||||
XXX
|
||||
# XXX
|
||||
|
||||
def _closePath(self):
|
||||
if self._getCurrentPoint() != self.firstPoint:
|
||||
|
@ -126,4 +126,4 @@ class table_G_P_K_G_(DefaultTable.DefaultTable):
|
||||
if itemName == "hexdata":
|
||||
self.glyphlets.append(readHex(itemContent))
|
||||
else:
|
||||
setattr(self, name, safeEval(value))
|
||||
setattr(self, name, safeEval(attrs["value"]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user