kopia lustrzana https://github.com/inkstitch/inkstitch
satin: skip contour underlay if there are no pairs (#3912)
rodzic
9263affdd5
commit
2417b351d2
|
|
@ -1353,6 +1353,9 @@ class SatinColumn(EmbroideryElement):
|
|||
self.contour_underlay_stitch_tolerance,
|
||||
-self.contour_underlay_inset_px, -self.contour_underlay_inset_percent/100)
|
||||
|
||||
if not pairs:
|
||||
return []
|
||||
|
||||
first_side = running_stitch.even_running_stitch(
|
||||
[points[0] for points in pairs],
|
||||
self.contour_underlay_stitch_length,
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue