Skip to content

Commit

Permalink
[interpolatable] Disable overweight again
Browse files Browse the repository at this point in the history
It mostly produces false-positives still.
  • Loading branch information
behdad committed Jan 3, 2024
1 parent 03c0d78 commit 348774a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontTools/varLib/interpolatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def grand_parent(i, glyphname):
):
if overweight:
expectedSize = max(size0, size1)
continue
else:
expectedSize = sqrt(size0 * size1)

Expand Down

0 comments on commit 348774a

Please sign in to comment.