Which svg element is used to make straight line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which svg element is used to make straight line

2nd Jun 2017, 6:11 AM
Shaswat Singh
Shaswat Singh - avatar
3 Answers
+ 6
Line?!
2nd Jun 2017, 6:19 AM
Nikhil
Nikhil - avatar
2nd Jun 2017, 6:19 AM
Art456
Art456 - avatar
+ 2
You should use <line> Example: <line x1="0" y1="0" x2="150" y2="150" />
2nd Jun 2017, 6:20 AM
Maart
Maart - avatar