From 7ba51c0c965288357fa16f4f5e788982b0cce1cb Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:10:39 +0100 Subject: various fixes (#3372) --- lib/elements/stroke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements/stroke.py') diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index 5c6a0b08..fadaa93f 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -486,7 +486,7 @@ class Stroke(EmbroideryElement): @property @cache def shape(self): - return ensure_multi_line_string(self.as_multi_line_string().convex_hull) + return self.as_multi_line_string().convex_hull @cache def as_multi_line_string(self): -- cgit v1.2.3