summaryrefslogtreecommitdiff
path: root/lib/lettering/font.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lettering/font.py')
-rw-r--r--lib/lettering/font.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py
index 1805b0b4..0c02de84 100644
--- a/lib/lettering/font.py
+++ b/lib/lettering/font.py
@@ -525,7 +525,7 @@ class Font(object):
satin operation. Any nested svg:g elements will be removed.
"""
- elements = nodes_to_elements(group.iterdescendants(SVG_PATH_TAG))
+ elements = nodes_to_elements(group.iterdescendants(EMBROIDERABLE_TAGS))
elements = [element for element in elements if isinstance(element, SatinColumn) or isinstance(element, Stroke)]
if elements and any(isinstance(element, SatinColumn) for element in elements):