We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31077cc commit da24c0bCopy full SHA for da24c0b
1 file changed
source/lib/batchGenerators/variableFontsGenerator/__init__.py
@@ -282,7 +282,7 @@ def makeMasterOnDefaultLocation(self):
282
defaulSource = self.operator.findDefault()
283
neutralLocation = defaulSource.location
284
for axis in self.operator.axes:
285
- axis.default = axis.axis.map_backward(neutralLocation[axis.name])
+ axis.default = axis.map_backward(neutralLocation[axis.name])
286
self.report.writeDict(neutralLocation)
287
self.report.dedent()
288
self.report.newLine()
0 commit comments