Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Because you spell them wrong. You write them using the HTML markup language, while SVG documents use the XML markup language. In this case, you are missing a namespace. It is correct to write like this:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="//google.com">
<text x="0" y="0">Google</text>
</a>
</svg>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question