Jqueryy SVG plugin

Jqueryy SVG plugin

Hey,

I have a problem, when i create my image, with :

  1. var imageBackground = svg.image(groupInterieur, 0, 0, width, height, url, stTemp);

When my svg load, i look the code, and i see that :

  1. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" onload="" viewBox="none" id="root"><g id="groupExterieur"><g id="groupInterieur"><image x="0" y="0" width="5000" height="897" id="imageBackground" onmousedown="return startDrag(evt);" onmousemove="return dragging(evt);" onmouseup="return endDrag(evt);" a0:href="plan6.jpg" xmlns:a0="http://www.w3.org/1999/xlink"/></g></g></svg>

Why i have a0 and not xlink??

Thanks for answer,

Jeremy