kopia lustrzana https://github.com/inkstitch/inkstitch
remove legacy composed_style (#1369)
rodzic
bab2a338a5
commit
53be70260c
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue