+ 5

Which tag is responsible for insert a image in svg graphics?

A. <img> B. <picture> C.<image> D.<path>

24th Jul 2017, 6:22 AM
Ankur Dutta Jha
Ankur Dutta Jha - avatar
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"/>
24th Jul 2017, 6:43 AM
Jknite
+ 4
You are correct!!!! â˜ș😊😃 @jknite
26th Jul 2017, 8:17 AM
Ankur Dutta Jha
Ankur Dutta Jha - avatar
+ 2
C! xD
24th Jul 2017, 6:36 AM
Aarón Fortuño Ramos
Aarón Fortuño Ramos - avatar