I'm trying to set the background-image
css property to encoded data URI content as shown in this fiddle
It works as expected for all browsers I tested. The only browser that doesn't show the contents is IE 9/10.
But I have another example that works in IE 9/10. The difference here is that the data URI contents are initially created in Chrome (by Raphaël) and then used in the example.
If the SVG is created in IE (as in the 1st fiddle by Raphaël) itself it's not being displayed if used as background-image
data.
Where is the issue in IE? Is it related to my code or maybe something goes wrong in the Raphaël SVG painting?
image/svg+xml
and no web server is envolved I'm not confident that it might already be answered by the link mentioned above – Abercromby