fix bug in instancer iup optimization
pass in correct value to tolerance
This commit is contained in:
parent
3bdcbe9269
commit
3e548ff29c
@ -614,7 +614,7 @@ def _instantiateGvarGlyph(
|
|||||||
if optimize:
|
if optimize:
|
||||||
isComposite = glyf[glyphname].isComposite()
|
isComposite = glyf[glyphname].isComposite()
|
||||||
for var in tupleVarStore:
|
for var in tupleVarStore:
|
||||||
var.optimize(coordinates, endPts, isComposite)
|
var.optimize(coordinates, endPts, isComposite=isComposite)
|
||||||
|
|
||||||
|
|
||||||
def instantiateGvarGlyph(varfont, glyphname, axisLimits, optimize=True):
|
def instantiateGvarGlyph(varfont, glyphname, axisLimits, optimize=True):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user