[instancer] Fix code move
This commit is contained in:
parent
d611c1519e
commit
ac05ed19bb
@ -221,10 +221,6 @@ def changeTupleVariationsAxisLimits(variations, axisLimits):
|
|||||||
return variations
|
return variations
|
||||||
|
|
||||||
|
|
||||||
def _negate(*values):
|
|
||||||
yield from (-1 * v for v in values)
|
|
||||||
|
|
||||||
|
|
||||||
def changeTupleVariationAxisLimit(var, axisTag, axisLimit):
|
def changeTupleVariationAxisLimit(var, axisTag, axisLimit):
|
||||||
assert isinstance(axisLimit, NormalizedAxisTent)
|
assert isinstance(axisLimit, NormalizedAxisTent)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
from fontTools.varLib.models import supportScalar
|
from fontTools.varLib.models import supportScalar
|
||||||
|
|
||||||
|
def _negate(*values):
|
||||||
|
yield from (-1 * v for v in values)
|
||||||
|
|
||||||
def _solvePinned(tent, axisLimit):
|
def _solvePinned(tent, axisLimit):
|
||||||
|
|
||||||
axisMin, axisDef, axisMax = axisLimit
|
axisMin, axisDef, axisMax = axisLimit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user