fix scale -> scale_by
This commit is contained in:
parent
8493364e9c
commit
f8e347c997
@ -549,7 +549,7 @@ class Pattern:
|
||||
self
|
||||
"""
|
||||
for entry in self.shapes + self.subpatterns:
|
||||
entry.scale(c)
|
||||
entry.scale_by(c)
|
||||
return self
|
||||
|
||||
def scale_by(self, c: float) -> 'Pattern':
|
||||
|
Loading…
Reference in New Issue
Block a user