Skip to content

Commit 0aa331c

Browse files
committed
find the default location with bended coordinates
1 parent da24c0b commit 0aa331c

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
@@ -268,7 +268,7 @@ def makeMasterOnDefaultLocation(self):
268268
create default location
269269
which is on the crossing of all axis
270270
"""
271-
defaultLocation = self.operator.newDefaultLocation()
271+
defaultLocation = self.operator.newDefaultLocation(bend=True)
272272
# compare default location with locations all of sources
273273
for sourceDescriptor in self.operator.sources:
274274
if defaultLocation == sourceDescriptor.location:

0 commit comments

Comments
 (0)