summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorArcadie M. Cracan <acracan@gmail.com>2009-12-02 20:26:44 +0000
committerArcadie M. Cracan <acracan@gmail.com>2009-12-02 20:26:44 +0000
commit0cf189f9ab1ac334b55e9059ad3905bed9edffc6 (patch)
tree96b544140646b0f7e9784bda697821d72dabe4e6 /src/attributes.h
parentAll for windows: (diff)
downloadinkscape-0cf189f9ab1ac334b55e9059ad3905bed9edffc6.tar.gz
inkscape-0cf189f9ab1ac334b55e9059ad3905bed9edffc6.zip
Merge GSoC2009 Connectors into trunk
(bzr r8855)
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 52f71b203..af60b75be 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -36,6 +36,7 @@ enum SPAttributeEnum {
SP_ATTR_SODIPODI_INSENSITIVE,
SP_ATTR_SODIPODI_NONPRINTABLE,
SP_ATTR_CONNECTOR_AVOID,
+ SP_ATTR_CONNECTION_POINTS,
SP_ATTR_STYLE,
SP_ATTR_TRANSFORM_CENTER_X,
SP_ATTR_TRANSFORM_CENTER_Y,
@@ -124,6 +125,7 @@ enum SPAttributeEnum {
SP_ATTR_CONNECTOR_TYPE,
SP_ATTR_CONNECTION_START,
SP_ATTR_CONNECTION_END,
+ SP_ATTR_CONNECTOR_CURVATURE,
/* SPRect */
SP_ATTR_RX,
SP_ATTR_RY,