diff options
| author | Lex Neva <github.com@lexneva.name> | 2022-05-07 16:20:15 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2022-05-07 16:20:15 -0400 |
| commit | b30fce85dbdb4097bb9e01c3d68a77e0c50dd80a (patch) | |
| tree | 6305c1bdea2496d18dc8ad52d3684d284bf8809d /lib/elements/fill_stitch.py | |
| parent | 469c32a4975b241e583fd09d21959896e8988d63 (diff) | |
undo aggressive line wrapping
Diffstat (limited to 'lib/elements/fill_stitch.py')
| -rw-r--r-- | lib/elements/fill_stitch.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index c1bba7b8..58629085 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -213,8 +213,7 @@ class FillStitch(EmbroideryElement): # ensure path length for i, path in enumerate(paths): if len(path) < 3: - paths[i] = [(path[0][0], path[0][1]), (path[0][0] + - 1.0, path[0][1]), (path[0][0], path[0][1]+1.0)] + paths[i] = [(path[0][0], path[0][1]), (path[0][0] + 1.0, path[0][1]), (path[0][0], path[0][1] + 1.0)] return paths @property |
