fontbuild: Strip com.schriftgestaltung.Glyphs.lastChange from generated UFO masters
This commit is contained in:
parent
8b44a894fb
commit
b966f9c96b
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ class Main(object):
|
||||||
# clear anchors
|
# clear anchors
|
||||||
for g in source.font:
|
for g in source.font:
|
||||||
g.clearAnchors()
|
g.clearAnchors()
|
||||||
|
del g.lib['com.schriftgestaltung.Glyphs.lastChange']
|
||||||
|
|
||||||
# write UFO file
|
# write UFO file
|
||||||
source.path = ufo_path
|
source.path = ufo_path
|
||||||
|
|
|
||||||
Reference in a new issue