I'm not sure if svg copypath should preserve path ids ? The patch to do it is below if it makes sense: @@ -43,6 +43,7 @@ p.stroke = path.stroke p.strokewidth = path.strokewidth p.closed = path.closed + p.id = path.id return p def clear(self):
SVG - Keep id on path copy
Posted by Stu on Sep 23, 2010I'm not sure if svg copypath should preserve path ids ?
The patch to do it is below if it makes sense:
@@ -43,6 +43,7 @@
p.stroke = path.stroke
p.strokewidth = path.strokewidth
p.closed = path.closed
+ p.id = path.id
return p
def clear(self):