[cffLib.specializer] Default ignoreErrors to False

Ouch.  I meant False.  I think I changed it to True for testing and accidentally committed it.
This commit is contained in:
Behdad Esfahbod 2017-05-08 14:05:10 -06:00
parent a71639f8b6
commit a3743828ce

View File

@ -198,7 +198,7 @@ class _GeneralizerDecombinerCommandsMap(object):
yield ('rrcurveto', last_args)
def generalizeCommands(commands, ignoreErrors=True):
def generalizeCommands(commands, ignoreErrors=False):
result = []
mapping = _GeneralizerDecombinerCommandsMap
for op,args in commands: