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?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted
  • Select all the pieces that form this figure
  • Combine them together (ctrl+k)
  • Use Edit Path tool (F2) on this combined figure
  • Select each pair of nodes that should be glued into one node and use "Join selected endnodes" button on the toolbar.
link|improve this answer
You should accept this answer so it won't be bumper up forever. – AndrejaKo Oct 3 '10 at 17:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.