0

Is it possible to add text to your svg

12th Apr 2018, 5:51 AM
Ashish Sharma
Ashish Sharma - avatar
2 Answers
+ 5
yes <svg> <text>Hello</text> </svg> you should learn the attributes yourself
12th Apr 2018, 6:31 AM
᠌᠌Code X
᠌᠌Code X - avatar
0
<svg width="2000" height="2000"> <rect width="300" height="100" x="20" y="20" fill="green" /> <text>hello</text> </svg>
12th Apr 2018, 8:03 AM
Ashish Sharma
Ashish Sharma - avatar