pull/2431/head
Lex Neva 2023-07-21 22:36:55 -04:00
rodzic b349f46a57
commit 6f8983c7e3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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))