From 53be70260c43126cebbb466b9b5ed469502a77b7 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:14:38 +0200 Subject: remove legacy composed_style (#1369) --- lib/elements/clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements/clone.py') diff --git a/lib/elements/clone.py b/lib/elements/clone.py index a9e10d94..f430f9b3 100644 --- a/lib/elements/clone.py +++ b/lib/elements/clone.py @@ -100,7 +100,7 @@ class Clone(EmbroideryElement): if source_node.tag not in EMBROIDERABLE_TAGS: return [] - self.node.style = source_node.composed_style() + self.node.style = source_node.specified_style() # a. a custom set fill angle # b. calculated rotation for the cloned fill element to look exactly as it's source -- cgit v1.2.3