tooling: disable mark anchor workaround copy_component_anchors in postprocess-designspace.py
This commit is contained in:
parent
4b7fd1a402
commit
c89c16e314
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ def find_glyphs_to_decompose(designspace_source):
|
||||||
# print("find_glyphs_to_decompose inspecting %r" % designspace_source.name)
|
# print("find_glyphs_to_decompose inspecting %r" % designspace_source.name)
|
||||||
font = defcon.Font(designspace_source.path)
|
font = defcon.Font(designspace_source.path)
|
||||||
for g in font:
|
for g in font:
|
||||||
copy_component_anchors(font, g)
|
# copy_component_anchors(font, g)
|
||||||
if should_decompose_glyph(g):
|
if should_decompose_glyph(g):
|
||||||
glyph_names.add(g.name)
|
glyph_names.add(g.name)
|
||||||
font.save(designspace_source.path)
|
font.save(designspace_source.path)
|
||||||
|
|
|
||||||
Reference in a new issue