I'm using an SVG image (pattern) as a background to get this effect:
I use background-repeat: repeat-x;
to make it responsive.
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)?