Skip to content

Commit

Permalink
Fix mapping of normalizeValue
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Mar 14, 2024
1 parent 71d6178 commit e379e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babelfont/Axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __post_init__(self):

def normalize_value(self, value):
return normalizeValue(
value,
self.map_forward(value),
(
self.map_forward(self.min),
self.map_forward(self.default),
Expand Down

0 comments on commit e379e2c

Please sign in to comment.