0

I'm using an SVG image (pattern) as a background to get this effect: I use background-repeat: repeat-x; to make it responsive.

Example image

In some browsers, there's a little gap between the repeated SVG images.

Is there a way to do this in CSS (keeping cross-browser compatibility in mind)?

JVR
  • 11
  • 1
  • 2
    This question is useless without your SVG markup. Please create a [minimal, complete and verifiable example](http://stackoverflow.com/help/mcve) of the problem and include it in your question. – r3mainer Feb 02 '16 at 10:36
  • I just want a vector based pattern in CSS. The pattern I'm looking for is the example image in my post. – JVR Feb 02 '16 at 11:03
  • 1
    That's not a pattern, it's a raster image. – Robert Longson Feb 02 '16 at 11:32

0 Answers0