1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

SVG - Keep id on path copy

Posted by Stu on Sep 23, 2010

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):