From 4309f82fab00a738c518b34e12ac4f02195f7f22 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 12 Jan 2025 10:35:11 +0100 Subject: lettering: fix error in process trims (#3431) --- lib/lettering/font.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lettering') diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 9f4d335a..8d2a0c4b 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -479,7 +479,7 @@ class Font(object): if not has_marker(path_child): path = path_child element = Stroke(path) - self._add_trim_to_element(element, use_trim_symbols) + self._add_trim_to_element(element, use_trim_symbols) def _add_trim_to_element(self, element, use_trim_symbols): if element.shape: -- cgit v1.2.3