[varLib.mutator] Revert Include HVAR in the list of tables to remove.
This commit is contained in:
parent
de6b436c14
commit
9e4e1ffc44
@ -48,8 +48,8 @@ def main(args=None):
|
||||
coordinates += GlyphCoordinates(var.coordinates) * scalar
|
||||
_SetCoordinates(varfont, glyphname, coordinates)
|
||||
|
||||
print("Removing variable tables")
|
||||
for tag in ('fvar','avar','gvar','HVAR'):
|
||||
print("Removing GX tables")
|
||||
for tag in ('fvar','avar','gvar'):
|
||||
if tag in varfont:
|
||||
del varfont[tag]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user