diff options
| -rw-r--r-- | lib/stitches/auto_satin.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stitches/auto_satin.py b/lib/stitches/auto_satin.py index aea26427..7c09b023 100644 --- a/lib/stitches/auto_satin.py +++ b/lib/stitches/auto_satin.py @@ -728,4 +728,8 @@ def add_trims(elements, trim_indices): new_elements.append(element) + # trim at the end, too + if i not in trim_indices: + add_commands(element, ["trim"]) + return new_elements |
