diff options
Diffstat (limited to 'lib/elements')
| -rw-r--r-- | lib/elements/element.py | 3 |
1 files changed, 0 insertions, 3 deletions
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): |
