1
1
mirror of https://github.com/rsms/inter.git synced 2024-10-26 04:27:42 +03:00

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)