summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-01-20 04:12:21 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-01-20 04:12:21 +0000
commitb01791161926320dbb8b9a5435ea2fb470c32795 (patch)
treec61cf814c6f1a3a840cf5a9efdc3f6f961b9c9e6 /src/attributes-test.cpp
parentUpdate to gtk28 (diff)
downloadinkscape-b01791161926320dbb8b9a5435ea2fb470c32795.tar.gz
inkscape-b01791161926320dbb8b9a5435ea2fb470c32795.zip
* src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)
Diffstat (limited to 'src/attributes-test.cpp')
-rw-r--r--src/attributes-test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes-test.cpp b/src/attributes-test.cpp
index 50d2e81bd..f40200c1f 100644
--- a/src/attributes-test.cpp
+++ b/src/attributes-test.cpp
@@ -323,6 +323,7 @@ static struct {char const *attr; bool supported;} const all_attrs[] = {
{"inkscape:connection-start", true},
{"inkscape:connection-end", true},
{"inkscape:connector-avoid", true},
+ {"inkscape:connector-spacing", true},
{"sodipodi:cx", true},
{"sodipodi:cy", true},
{"sodipodi:rx", true},