From a14ed903cf6043e4138d7d3d59a5cac9750cb191 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 8 Mar 2019 19:59:28 -0500 Subject: auto satin should trim at the end too --- lib/stitches/auto_satin.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/stitches') 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 -- cgit v1.2.3