I have a page, that includes several SVG files. To synchronize the styling of those SVG files I wanted to create a single stylesheet to hold all styling information.
An alternative is to use the tag in your html :-
It's a BIG shame the
tag won't work. I don't want to mess about hacking with converting the SVG to a data URI. It's to do with cross-site vulnerabilities on indirectly loading resources and the use of an "Open Redirector".
Note that in my testing lastnight, the
tag method DOES work in IE10, but neither Chrome nor FireFox.
I don't know why is allowed and
isn't. An oversight?