summaryrefslogtreecommitdiff
path: root/lib/extensions/lettering_along_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/lettering_along_path.py')
-rw-r--r--lib/extensions/lettering_along_path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/lettering_along_path.py b/lib/extensions/lettering_along_path.py
index 10e62dd6..dcce8e1e 100644
--- a/lib/extensions/lettering_along_path.py
+++ b/lib/extensions/lettering_along_path.py
@@ -97,7 +97,7 @@ class TextAlongPath:
except IndexError:
pass
for glyph in text_group.iterchildren():
- text_group.remove(glyph)
+ glyph.delete()
rendered_text = font.render_text(
self.settings.text,
text_group,