Is it possible to set a background-image for an SVG element?
background-image
For instance, if I set the element class=\"wall\", t
class=\"wall\"
You can do it by making the background into a pattern:
Adjust the width and height according to your image, then reference it from the path like this:
Working example