kopia lustrzana https://github.com/inkstitch/inkstitch
fix argument bug in auto-satin
rodzic
f3cdcfbdfa
commit
fdd9a74fd6
|
@ -242,7 +242,7 @@ class RunningStitch(object):
|
||||||
|
|
||||||
@cache
|
@cache
|
||||||
def reversed(self):
|
def reversed(self):
|
||||||
return RunningStitch(shgeo.LineString(reversed(self.path.coords)), self.style)
|
return RunningStitch(shgeo.LineString(reversed(self.path.coords)), self.original_element)
|
||||||
|
|
||||||
def is_sequential(self, other):
|
def is_sequential(self, other):
|
||||||
if not isinstance(other, RunningStitch):
|
if not isinstance(other, RunningStitch):
|
||||||
|
|
Ładowanie…
Reference in New Issue