[varStore] Update comment
This commit is contained in:
parent
ae7394e68a
commit
a08f5ebbc9
@ -559,7 +559,7 @@ def VarStore_optimize(self, use_NO_VARIATION_INDEX=True, quantization=1):
|
|||||||
for regionIdx, v in zip(regionIndices, item):
|
for regionIdx, v in zip(regionIndices, item):
|
||||||
row[regionIdx] += (
|
row[regionIdx] += (
|
||||||
round(v / quantization) * quantization
|
round(v / quantization) * quantization
|
||||||
) # TODO: round towards 0
|
) # TODO https://github.com/fonttools/fonttools/pull/3126#discussion_r1205439785
|
||||||
|
|
||||||
row = tuple(row)
|
row = tuple(row)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user