Skip scaling of vsindex in scaleUpem.py
This commit is contained in:
parent
8e9bf42cb4
commit
0c43aeb511
@ -178,6 +178,8 @@ def visit(visitor, obj, attr, cff):
|
||||
c.program, getNumRegions=getNumRegions
|
||||
)
|
||||
for op, args in commands:
|
||||
if op == "vsindex":
|
||||
continue
|
||||
_cff_scale(visitor, args)
|
||||
c.program[:] = cffSpecializer.commandsToProgram(commands)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user