You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="">
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
The text was updated successfully, but these errors were encountered: