1

I've got a repeating stripe pattern which I've made as an SVG. I've then optimised it and exported it as a Data URI and applied as a repeating background in CSS.

Works nicely in FireFox & Chrome and also have control over background-size which makes the stripes nice and fluid.

Now, tested in IE. No repeating SVG??? Does IE support repeating SVGs?

ETabrizi
  • 19
  • 1

1 Answers1

0

It depends on the version of IE that you're using. Prior to IE 9, there was no support for SVG. You would need a plugin to render SVG content. IF it's IE 9 or higher, displaying repeating SVGs should not be a problem.

Andrew Ng
  • 340
  • 2
  • 12