diff options
Diffstat (limited to 'lib/elements/stroke.py')
| -rw-r--r-- | lib/elements/stroke.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
