summaryrefslogtreecommitdiff
path: root/embroider.py
diff options
context:
space:
mode:
Diffstat (limited to 'embroider.py')
-rw-r--r--embroider.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/embroider.py b/embroider.py
index eb822bae..eeab5854 100644
--- a/embroider.py
+++ b/embroider.py
@@ -936,6 +936,7 @@ class Stroke(EmbroideryElement):
return self.dashed or self.width <= 0.5
def stroke_points(self, emb_point_list, zigzag_spacing, stroke_width):
+ patch = Patch(color=self.color)
p0 = emb_point_list[0]
rho = 0.0
side = 1