I am in the process of converting an HTML element into an SVG object. I have made progress, but there is one thing that I am stuck on: I'm having trouble figuring out how to define multiple backgrounds in SVG, specifically when it comes to converting this
background-image: linear-gradient(hsla(177, 83%, 28%, 0.5),hsla(177, 83%, 28%, 0.6)), url(http://s23.postimg.org/5osuy1fpj/diagonal_noise.png);
for an SVG object;
Feel free to check out my codepen link
If anyone has any advice or suggestions on how to fill an SVG object with two backgrounds (image + gradient), I would greatly appreciate it.