My problem is, that I have links running through elements as in the picture below.
I would like to have the element-label at higher z-order of the link, but this obviously is not easily achieved, as svg does not support z-order and draws the elements in the order in which they appear in the DOM.
If the element were above the link, then the link were not visible at all.
I know, that an alternative could be, to not draw the line, which runs thru the element as link, but instead as part of the element. Then I probably could arrange the order of the element content, achiieving that the text is rendeerd after the line.
However the number of links running thru the element is dynamically determined (may be more than one), which makes it complicated, and I already have my solution with the links, with the only drawback that it runs through the text.
Is there a way to append use-tag?
