tooling: disable mark anchor workaround copy_component_anchors in postprocess-designspace.py

This commit is contained in:
Rasmus Andersson 2023-04-21 10:14:17 -07:00
parent 4b7fd1a402
commit c89c16e314

View file

@ -114,7 +114,7 @@ def find_glyphs_to_decompose(designspace_source):
# print("find_glyphs_to_decompose inspecting %r" % designspace_source.name)
font = defcon.Font(designspace_source.path)
for g in font:
copy_component_anchors(font, g)
# copy_component_anchors(font, g)
if should_decompose_glyph(g):
glyph_names.add(g.name)
font.save(designspace_source.path)