summaryrefslogtreecommitdiff
path: root/lib/marker.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-01-26 07:37:21 +0100
committerGitHub <noreply@github.com>2025-01-26 07:37:21 +0100
commit160ef32d43f5fc0d7229dbec6e7daf638a811d15 (patch)
tree694256bd5b8534c4756c5c32fac49a769b1658c1 /lib/marker.py
parentc08e17b1f8290959b01fada161f0ee339454f8ea (diff)
Improve satin guided ripple stitch and add stitch grid first option (#3436)
* ripple stitch: add stitch grid first option * introduce an anchor line to fine tune satin guided ripples
Diffstat (limited to 'lib/marker.py')
-rw-r--r--lib/marker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/marker.py b/lib/marker.py
index dd0a27bf..ac19fe74 100644
--- a/lib/marker.py
+++ b/lib/marker.py
@@ -12,7 +12,7 @@ from shapely import geometry as shgeo
from .svg.tags import EMBROIDERABLE_TAGS
from .utils import cache, get_bundled_dir
-MARKER = ['pattern', 'guide-line']
+MARKER = ['anchor-line', 'pattern', 'guide-line']
def ensure_marker(svg, marker):