Skip to content

Commit d6c63e1

Browse files
committed
set axis.default based on the mapping of the that axis.
1 parent 2257444 commit d6c63e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/lib/batchGenerators/variableFontsGenerator

source/lib/batchGenerators/variableFontsGenerator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def makeMasterOnDefaultLocation(self):
282282
defaulSource = self.operator.findDefault()
283283
neutralLocation = defaulSource.location
284284
for axis in self.operator.axes:
285-
axis.default = neutralLocation[axis.name]
285+
axis.default = axis.axis.map_backward(neutralLocation[axis.name])
286286
self.report.writeDict(neutralLocation)
287287
self.report.dedent()
288288
self.report.newLine()

0 commit comments

Comments
 (0)