Err, forgot to link issue to previous commit

https://github.com/googlei18n/fontmake/issues/264
This commit is contained in:
Behdad Esfahbod 2018-03-26 20:46:26 -07:00
parent 42bef176a3
commit 1bf955fb08

View File

@ -4,6 +4,7 @@ from fontTools.misc.py23 import *
__all__ = ['normalizeValue', 'normalizeLocation', 'supportScalar', 'VariationModel']
def normalizeValue(v, triple):
"""Normalizes value based on a min/default/max triple.
>>> normalizeValue(400, (100, 400, 900))