diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-07-21 22:36:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-07-21 22:36:55 -0400 |
| commit | 6f8983c7e343550331e210665ec337d3e1902857 (patch) | |
| tree | 8cc44ac8a05a2c75a7ead6b8e7a85b0e6228c576 /lib | |
| parent | b349f46a57409624da46dcc47aeccbf6322c59f1 (diff) | |
fix from_end
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/elements/satin_column.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/elements/satin_column.py b/lib/elements/satin_column.py index 7f3dff10..b0cd6716 100644 --- a/lib/elements/satin_column.py +++ b/lib/elements/satin_column.py @@ -1304,6 +1304,7 @@ class SatinColumn(EmbroideryElement): if from_end: a, b = b, a + a_short, b_short = b_short, a_short line = shgeo.LineString((a, b)) a_short_projection = line.project(shgeo.Point(a_short)) |
