Is it possible to set a backgound-image for a svg path element?
For instance, if I set the element's class to wall
, the css style .wall {fill: red;}
works, but .wall{background-image: url(wall.jpg)}
does not, neither .wall {background-color: red;}
.