I want to do something similar to this. Fill the SVG path element with a background image
However, I want to shift / shift the image. Using CSS, this can be easily done by setting background-image and background-position . How to do it using SVG?
html css image svg background-image
jpbochi
source share