Hi, I'm using image withing SVG to contain the image within the svg path. However the tag of the image should be <image> not <img>. I'm wondering if there is a way to generate the custom image source without using <Image> tag or if it's possible to generate <image href=""> tag instead of <img src="">
Here is how I'm using images with SVG
https://github.com/s1n7ax/my-website-ssr/blob/d58d779a88151c112158bd3ee4c4bba677cefc2d/src/pages/home/intro.rs#L94-L104