[varLib.cff] Don't round deltas
Fixes https://github.com/fonttools/fonttools/issues/2838
This commit is contained in:
parent
5a9b044617
commit
4742960f7f
@ -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
Loading…
x
Reference in New Issue
Block a user