my site consists of one div which consists of a background-image with background-size:100%. The container itself has a width of 100% and bottom padding of 10%. What I dont understand is why my svg gets converted to a non-vektor image. When scaled up it really looks horrible. I tried using non percentage values but that doesnt work either. preserveAspectRatio is irrelevant too.
Using the image inline as an img works perfectly but I want to animate the svg sprite background position.
I honestly need some advice. Is there a workaround`?