summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index 6e01151d..3740371f 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -50,7 +50,7 @@ class Stroke(EmbroideryElement):
@property
def color(self):
- color = self.get_style("stroke")
+ color = self.stroke_color
if self.cutwork_needle is not None:
color = ThreadColor(color, description=self.cutwork_needle, chart=self.cutwork_needle)
return color