fix scale -> scale_by
This commit is contained in:
parent
8493364e9c
commit
f8e347c997
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue