I'll have to look closer at yours, but it could be that you aren't moving the path although moving the connector point should do something I'd think. For me, I just tried moving the pins back to their exact same position as they started with xml editor and the connector pins are still missing. Inkscape has changed the xml around, but it seems mostly the same just in a different order: This is the output from a perl script that decomposes the xml and compares the two files (which should be identical but aren't). Something about the xml change seems to be bothering Fritzing because the first file works but the second (which is identical in content if not in order) doesn't none of the connectors have the connect
dots.
new file1: g g4468 path path11_1_ fill="none"
new file1: g g4468 path path11_1_ stroke="#020000"
new file1: g g4468 path path11_1_ stroke-opacity="1"
new file1: g g4468 path path11_1_ stroke-width="3"
new file1: line connector2leg fill="none"
new file1: line connector2leg stroke="#020000"
new file1: line connector2leg stroke-opacity="1"
new file1: line connector2leg stroke-width="3"
file1: line connector2leg style=stroke-linecap:round;
file2: line connector2leg style="fill:none;stroke:#020000;stroke-width:3;stroke-linecap:round;stroke-opacity:1"
new file2: g g4468 path path11_1_ style="fill:none;stroke:#020000;stroke-width:3;stroke-opacity:1"
All this seems to indicate is the Inkscape has split out the style lines in to separate lines, the information should be the same but doesn't work anymore for some reason. Its possible that there is a 4th item that I don't know about that affects bendable legs, I expect its going to be something like that.
Peter Van Epp