Skip to content

Commit

Permalink
colorLib.unbuilder: fix CLI by deleting no longer existing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 25, 2021
1 parent 5f65d72 commit 180bb18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/fontTools/colorLib/unbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def _unbuildPaintColrLayers(self, source):
colorGlyphs = unbuildColrV1(
colr.table.LayerList,
colr.table.BaseGlyphList,
ignoreVarIdx=not colr.table.VarStore,
)

pprint(colorGlyphs)

0 comments on commit 180bb18

Please sign in to comment.