diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-06-10 16:25:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 16:25:30 +0200 |
| commit | 2fde596272b339ebb9b63ceebd66c5e7a0c641f2 (patch) | |
| tree | 8beb5a62880fc66026551fca7fe4676de456029a /lib/lettering | |
| parent | 68deec88a8a8c4e469191d8c00641a1077c2508a (diff) | |
Guided ripple stitch (#1675)
Co-authored-by: @lexelby
Diffstat (limited to 'lib/lettering')
| -rw-r--r-- | lib/lettering/font.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
