Has anyone had trouble creating an image pattern for a path element using the Snap.svg library? Is it possible?
I attempted to use Paper.image()
and then call Element.pattern()
, but it doesn't seem to work as an option or solution.
So, I'm curious if it's feasible to achieve this with Snap.svg library. Or should I manually generate the necessary elements and append them to the SVG myself?
Thank you in advance!