4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Connections are broken when adding from library #1142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two shapes, connect them with Connect tool.
2. Save SVG to /extensions/imagelib directory and add to index.html.
3. Create new file, draw two new shapes.
4. Open image library and insert newly created file from local library.

What is the expected output? What do you see instead?

Connection between two objects from library should persist.

Instead, connection from library now connects two previously unconnected object 
(because objects are assigned sequential ids).

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)

Firefox v24.

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)

Latest trunk version

Original issue reported on code.google.com by josipmis...@gmail.com on 14 Sep 2013 at 7:45