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