kopia lustrzana https://github.com/inkstitch/inkstitch
don't call unavailable methods (#3560)
rodzic
fb95220c10
commit
ba555c7ea3
|
|
@ -176,8 +176,7 @@ class FillElementToSatin:
|
||||||
# there is only one segment, add it directly
|
# there is only one segment, add it directly
|
||||||
rails = [MultiLineString([self.line_sections[0], self.line_sections[1]])]
|
rails = [MultiLineString([self.line_sections[0], self.line_sections[1]])]
|
||||||
rungs = [ensure_multi_line_string(self.rungs[0])]
|
rungs = [ensure_multi_line_string(self.rungs[0])]
|
||||||
self._insert_satins([rails + rungs])
|
return ([rails + rungs])
|
||||||
return
|
|
||||||
else:
|
else:
|
||||||
rung_segments, satin_segments = self._get_segments(intersection_points)
|
rung_segments, satin_segments = self._get_segments(intersection_points)
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue