Inkscape: how to connect several lines and arcs into one continuous path?

5

I have a SVG document that is made of several lines and arcs that should form a continuous outline of some figure. How can I join all of those pieces into one path?

Tadeusz A. Kadłubowski

Posted 2010-05-05T16:35:35.027

Reputation: 2 005

A picture would be really great for communicating the problem. – Mads Skjern – 2015-08-21T09:09:40.500

Answers

4

  • Use Edit Path tool (F2)
  • select each pair of nodes that should be glued into one node
  • and use "Join selected endnodes" button on the toolbar (SHIFT+J)

Tadeusz A. Kadłubowski

Posted 2010-05-05T16:35:35.027

Reputation: 2 005

3Just a clarification: In order for this to work, the different "path objects" (lines/arcs etc.) in the document must first be combined into one and the same path object, if they aren't already. To achieve this, select all of the path objects to be combined, and press Path -> Combine – andreasdr – 2016-11-22T12:07:53.507

Yet another thing, which I had trouble figuring out. When the two end-nodes are close together, it can be difficult to select them both. It works if you click one path, click its end node, then hold down the shift key, click the other path, and click its end node. – Ben Crowell – 2018-11-17T21:56:17.423

You can use this technique for as many nodes as you want to join together. Just select all of them and click "Joint selected nodes" once. You don't have to do them one by one! – Victor Lamoine – 2019-01-09T09:08:26.067