From 2fde596272b339ebb9b63ceebd66c5e7a0c641f2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:25:30 +0200 Subject: Guided ripple stitch (#1675) Co-authored-by: @lexelby --- lib/lettering/font.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/lettering/font.py') diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 24ca86bf..3e601472 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -352,6 +352,8 @@ class Font(object): satin operation. Any nested svg:g elements will be removed. """ + # TODO: trim option for non-auto-route + elements = nodes_to_elements(group.iterdescendants(SVG_PATH_TAG)) if elements: -- cgit v1.2.3