generated at
SVG:xlink:href属性
リンク先の指定
svgの中でxlink:href属性を使用していた場合、xlinkの名前空間宣言も必要

svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <textPath xlink:href="#MyPath"> </svg>


SVG属性