googlefonts / glyphsLib

A bridge from Glyphs source files (.glyphs) to UFOs
Apache License 2.0
178 stars 51 forks source link

ensure DS source layer is named correctly for brace glyphs #929

Closed anthrotype closed 11 months ago

anthrotype commented 11 months ago

In #928 I only fixed the name of the UFO layer containing v3 intermediate (brace) glyphs, but forgot to also set the layerName attribute of the corresponding designspace source accordingly. The existing test didn't explicitly check for this, apologies for not detecting this earlier, and thanks @clauseggers for reporting in #925.

I'll first push a (failing) assertion that reproduces the issue then follow up with the actual code fix.