kopia lustrzana https://github.com/inkstitch/inkstitch
fix from_end
rodzic
b349f46a57
commit
6f8983c7e3
|
@ -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))
|
||||
|
|
Ładowanie…
Reference in New Issue