diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-25 19:45:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 19:45:36 +0100 |
| commit | 221ff2a645d453a974160a155af1a047c224d80b (patch) | |
| tree | f0f7979903a2f87e0593f34eade2e37679dad3ca /lib/extensions/stroke_to_lpe_satin.py | |
| parent | d8e80f4df8c12d2f7921bfa282ba06390ff09974 (diff) | |
Stitch selection methods (#2114)
Diffstat (limited to 'lib/extensions/stroke_to_lpe_satin.py')
| -rw-r--r-- | lib/extensions/stroke_to_lpe_satin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/extensions/stroke_to_lpe_satin.py b/lib/extensions/stroke_to_lpe_satin.py index 1e9813a6..4052207a 100644 --- a/lib/extensions/stroke_to_lpe_satin.py +++ b/lib/extensions/stroke_to_lpe_satin.py @@ -92,8 +92,6 @@ class StrokeToLpeSatin(InkstitchExtension): element.set_param('satin_column', 'true') element.node.style['stroke-width'] = self.svg.viewport_to_unit('0.756') - # remove running_stitch dashes if they are there - element.update_dash(False) def _process_satin_column(self, element): current_effects = element.node.get(PATH_EFFECT, None) |
