Cosimo Lupo afc5b0b7c6 LayerListBuilder: don't emit useless PaintColrLayers of length=1
We already filter len(layers)==1 out upfront, but these can sneak in after the layer reuse code when input contains two base glyphs that refer to the same list of layers. This ensure that duplicate base glyphs get the same PaintColrLayers, rather than a wrapper PaintColrLayers of length=1 pointing to the underlying shared PaintColrLayer...
2022-01-21 19:14:30 +00:00
..
2021-07-23 17:27:57 +01:00