[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:
parent
a71639f8b6
commit
a3743828ce
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user