diff options
| author | Arcadie M. Cracan <acracan@gmail.com> | 2010-02-21 10:40:13 +0000 |
|---|---|---|
| committer | Arcadie M. Cracan <acracan@gmail.com> | 2010-02-21 10:40:13 +0000 |
| commit | a78a295c3c2df3ee1ff480302a2c2bbb4d39c4b4 (patch) | |
| tree | b547269d763a0516219d65c9e73feb9caaa616e6 /src/attributes.cpp | |
| parent | Make sure that guides always snap correctly when dropping them, and improve p... (diff) | |
| download | inkscape-a78a295c3c2df3ee1ff480302a2c2bbb4d39c4b4.tar.gz inkscape-a78a295c3c2df3ee1ff480302a2c2bbb4d39c4b4.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 r9103.1.1)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index f4a2a879a..3cfe04fab 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -127,9 +127,11 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_ORIGINAL_D, "inkscape:original-d"}, /* (Note: XML representation of connectors may change in future.) */ {SP_ATTR_CONNECTOR_TYPE, "inkscape:connector-type"}, + {SP_ATTR_CONNECTOR_CURVATURE, "inkscape:connector-curvature"}, {SP_ATTR_CONNECTION_START, "inkscape:connection-start"}, {SP_ATTR_CONNECTION_END, "inkscape:connection-end"}, - {SP_ATTR_CONNECTOR_CURVATURE, "inkscape:connector-curvature"}, + {SP_ATTR_CONNECTION_START_POINT, "inkscape:connection-start-point"}, + {SP_ATTR_CONNECTION_END_POINT, "inkscape:connection-end-point"}, /* SPRect */ {SP_ATTR_RX, "rx"}, {SP_ATTR_RY, "ry"}, |
