Comment 2 for bug 479553

Revision history for this message
jazzynico (jazzynico) wrote : Re: Moving shape with connectors, connectors go wild

I confirm that the connectors don't behave as expected.
But it's probably due to the fact that some attributes are missing.

The SVG code of the B->A connector is (style removed):
---
<path
       d="M 216.10246,468.98308 196.5363,511.54286"
       id="path3994"
       inkscape:connector-type="polyline"
       inkscape:connection-start="#g3944"
       sodipodi:nodetypes="cc" />
---

If you add (with the XML editor) inkscape:connection-end="#g3956" (#g3956 is your A object ID), the connector no longer moves wildly.
Same problem with the B->C connector (missing inkscape:connection-end). All the other connectors don't have inkscape:connection-end AND inkscape:connection-start.

Did you manually adjust the connectors' start and end?