summaryrefslogtreecommitdiff
path: root/lib/marker.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/marker.py')
-rw-r--r--lib/marker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/marker.py b/lib/marker.py
index a2b0965a..cd700674 100644
--- a/lib/marker.py
+++ b/lib/marker.py
@@ -72,8 +72,8 @@ def get_marker_elements(node, marker, get_fills=True, get_strokes=True, get_sati
continue
element = EmbroideryElement(marker)
- fill = element.get_style('fill')
- stroke = element.get_style('stroke')
+ fill = element.fill_color
+ stroke = element.stroke_color
if get_fills and fill is not None:
fill = FillStitch(marker).shape