+ 5
Which tag is responsible for insert a image in svg graphics?
A. <img> B. <picture> C.<image> D.<path>
3 Answers
+ 1
When I built a jQuery based animation for a webpage, I used the <image/> tag in <svg>.
Use the attributes: xlink:href="URL", height="HEIGHT", and width="WIDTH" and whatever else you may like to add.
EX:
<image xlink:href="pi.png" id ="pi" height="314px" width=314px"/>
+ 4
You are correct!!!! âșđđ @jknite
+ 2
C! xD