diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-27 19:54:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 19:54:32 +0100 |
| commit | 26784be265e02e1dd99988e233dffcd324caa6b1 (patch) | |
| tree | 5191bf9c1d87225d986f169979662784c7b8aefd /lib/elements | |
| parent | da2ad730606b507c7e07f046b0b4540faaf0da40 (diff) | |
enable the expand option for contour fill (#3462)
Diffstat (limited to 'lib/elements')
| -rw-r--r-- | lib/elements/fill_stitch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 41ac1de1..03a8e154 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -271,6 +271,7 @@ class FillStitch(EmbroideryElement): ('fill_method', 'guided_fill'), ('fill_method', 'meander_fill'), ('fill_method', 'circular_fill'), + ('fill_method', 'contour_fill'), ('fill_method', 'tartan_fill'), ('fill_method', 'linear_gradient_fill')]) def expand(self): |
