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