googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
151 stars 43 forks source link

Decompose transformed components across masters #609

Closed simoncozens closed 2 years ago

simoncozens commented 2 years ago
anthrotype commented 2 years ago

makes sense that DecomposeTransformedComponentsFilter decomposes a glyph fully when any of the components has transforms, not only that single component. Not sure why it was done that way to begin with. Please add a test, otherwise LGTM - thanks!