A common graphic element drawn with SVG are arrowheads. You could create a new one for each line, but that duplicates code. You could reuse a graphic you defined in <defs>
or <symbol>
elements, but then you have to move and rotate your arrowhead with each new line. Better would be to make things easy on yourself and use a <marker>
element.