Open olaassem opened 6 years ago
MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
This is old
<svg> <use xlink:href="#xyz" /> </svg>
This is new
<svg> <use href="#xyz" /> </svg>
MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
This is old
This is new