summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
authorArcadie M. Cracan <acracan@gmail.com>2010-02-21 10:47:16 +0000
committerArcadie M. Cracan <acracan@gmail.com>2010-02-21 10:47:16 +0000
commitc265a449f2b0c3a358ac52b7941576b2b81c45d7 (patch)
treeb547269d763a0516219d65c9e73feb9caaa616e6 /src/sp-path.cpp
parentMake sure that guides always snap correctly when dropping them, and improve p... (diff)
parentDisabled unfinished connection point edit mode. Added inkscape:connection-sta... (diff)
downloadinkscape-c265a449f2b0c3a358ac52b7941576b2b81c45d7.tar.gz
inkscape-c265a449f2b0c3a358ac52b7941576b2b81c45d7.zip
Disabled unfinished connection point edit mode. Added inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored).
(bzr r9104)
Diffstat (limited to 'src/sp-path.cpp')
-rw-r--r--src/sp-path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index bbcb25356..54d2a201a 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -298,6 +298,8 @@ sp_path_set(SPObject *object, unsigned int key, gchar const *value)
case SP_ATTR_CONNECTOR_CURVATURE:
case SP_ATTR_CONNECTION_START:
case SP_ATTR_CONNECTION_END:
+ case SP_ATTR_CONNECTION_START_POINT:
+ case SP_ATTR_CONNECTION_END_POINT:
path->connEndPair.setAttr(key, value);
break;
default: