summaryrefslogtreecommitdiff
path: root/lib/elements/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/image.py')
-rw-r--r--lib/elements/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/image.py b/lib/elements/image.py
index 0828b5ef..73a46871 100644
--- a/lib/elements/image.py
+++ b/lib/elements/image.py
@@ -29,5 +29,5 @@ class ImageObject(EmbroideryElement):
def validation_warnings(self):
yield ImageTypeWarning(self.center())
- def to_patches(self, last_patch):
+ def to_stitch_groups(self, last_patch):
return []