From b289c4a633b4fcce581a9edd8f1ded16be28eb5a Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:28:04 +0200 Subject: zigzag: do not care about dashes (#2188) --- lib/elements/element.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/elements') diff --git a/lib/elements/element.py b/lib/elements/element.py index d3690b4c..43ca5095 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -112,9 +112,6 @@ class EmbroideryElement(object): self.get_param('satin_column', False) is False and not self.node.style('stroke-dasharray')): self.set_param('stroke_method', 'zigzag_stitch') - # if the stroke method is a zigzag-stitch but we are receiving a dashed line, set it to running stitch - if self.get_param('stroke_method', None) == 'zigzag_stitch' and self.node.style('stroke-dasharray'): - self.set_param('stroke_method', 'running_stitch') @property def id(self): -- cgit v1.2.3