Code

Include inkscape:connection-start and inkscape:connection-end in ID clash resolution.
authorsasilver <sasilver@users.sourceforge.net>
Mon, 11 Aug 2008 17:52:37 +0000 (17:52 +0000)
committersasilver <sasilver@users.sourceforge.net>
Mon, 11 Aug 2008 17:52:37 +0000 (17:52 +0000)
(Fixes bug 256986.)

src/id-clash.cpp

index 420b9c3e5c54946cd9c454ea6f9b01cb70c508b9..b215576a4d506f8ca39fc9a875313dfe31edf0e4 100644 (file)
@@ -38,6 +38,8 @@ typedef std::pair<SPObject*, std::string> id_changeitem_type;
 typedef std::list<id_changeitem_type> id_changelist_type;
 
 const char *href_like_attributes[] = {
+    "inkscape:connection-end",
+    "inkscape:connection-start",
     "inkscape:href",
     "inkscape:path-effect",
     "inkscape:perspectiveID",