kopia lustrzana https://github.com/inkstitch/inkstitch
fix polyline shape (#2603)
rodzic
a001667470
commit
9d0aebc5cf
|
@ -49,7 +49,7 @@ class Polyline(EmbroideryElement):
|
|||
@property
|
||||
@cache
|
||||
def shape(self):
|
||||
return shgeo.LineString(self.path)
|
||||
return shgeo.MultiLineString(self.csp[0])
|
||||
|
||||
@property
|
||||
def path(self):
|
||||
|
|
Ładowanie…
Reference in New Issue