When linking-out text, I save the graphics as Tiny-SVG, and embed the text-passage in a tspan
element and wrap this tspan
using the <a xlink:href="http://....">
. It works but I would like to know more about alternatives, and pros/cons compared to using other elements such as groups: g
.
Questions
Is there a quick way to do this directly in Adobe Illustrator CS 4+ ?
What do you use to make links? (markup-wise, that is)
Reference Code
<text font-size="6">created by
<a xlink:href="https://github.com/..."><tspan>{APPNAME}</tspan></a>
{APPVERSION}
</text>
Links