From b06dd4be3139209b8660173fa02b6ef358711c2b Mon Sep 17 00:00:00 2001 From: sasilver Date: Mon, 11 Aug 2008 17:52:37 +0000 Subject: [PATCH] Include inkscape:connection-start and inkscape:connection-end in ID clash resolution. (Fixes bug 256986.) --- src/id-clash.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 420b9c3e5..b215576a4 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -38,6 +38,8 @@ typedef std::pair id_changeitem_type; typedef std::list id_changelist_type; const char *href_like_attributes[] = { + "inkscape:connection-end", + "inkscape:connection-start", "inkscape:href", "inkscape:path-effect", "inkscape:perspectiveID", -- 2.30.2