In one of these files, there are several group elements, and I can link to a given group with mouse-over styling and all that.
Within each group, there are several paths, making up image content. Obviously my placing of the xlink means that all paths are clickable when applying it to the group tag (I have the xlink after the group tag, but before the first path tag.)
I would like to be able to have any or all paths contain separate xlinks.
<svg>
<g>
<path1>link1</path1>
<path2>link2</path2>
</g>
</svg>
I know that's not the code, but it makes more sense in that format to demonstrate what I want to achieve.
Do I need to insert span tags?
~ Camieabz ~
All Connection Data ~ Some plusnet links
mod'er·a'tion n.
Synonyms: temperance, restraint, modesty.
All Connection Data ~ Some plusnet links
mod'er·a'tion n.
Synonyms: temperance, restraint, modesty.



Print Thread
camieabz