I have a HTML file with inline SVG, which in turn refers to SVG elements in external SVG file with library elements. It uses a <use>
elements with xlink:href="Library.svg#libraryShapeID"
. It works as a breeze in Opera and Firefox, but doesn't work in Safari. I've made a simple test file here:
http://sasq.comyr.com/Stuff/SVG/test01.html
Is it some browser bug or am I doing something wrong? How should I rewrite it to make it work in Safari too?