Skip to content

Commit

Permalink
[instancer] No need to check for scalar=0 here; solver does
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Aug 17, 2022
1 parent 5542e09 commit 02206fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/fontTools/varLib/instancer/__init__.py
Expand Up @@ -247,7 +247,6 @@ def changeTupleVariationAxisLimit(var, axisTag, axisLimit):
out = []
# TODO Reuse original var
for scalar,tent in solutions:
if scalar == 0: continue
newVar = TupleVariation(var.axes, var.coordinates)
if tent[1] == 0:
newVar.axes.pop(axisTag)
Expand Down

0 comments on commit 02206fb

Please sign in to comment.