[varLib.cff] Don't round deltas

Fixes https://github.com/fonttools/fonttools/issues/2838
This commit is contained in:
Behdad Esfahbod 2022-10-04 14:02:12 -06:00
parent 5a9b044617
commit 4742960f7f
2 changed files with 406 additions and 405 deletions

View File

@ -502,7 +502,8 @@ class CFF2CharStringMergePen(T2CharStringPen):
"""
def __init__(
self, default_commands, glyphName, num_masters, master_idx,
roundTolerance=0.5):
roundTolerance=0.01):
# For roundTolerance see https://github.com/fonttools/fonttools/issues/2838
super().__init__(
width=None,
glyphSet=None, CFF2=True,

File diff suppressed because it is too large Load Diff