Which <svg> element is used to create any shape that consists of straight lines only?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Which <svg> element is used to create any shape that consists of straight lines only??

11th Sep 2018, 7:24 AM
Ayodeji Abdulazeez
Ayodeji Abdulazeez - avatar
1 Resposta
+ 2
SVG <line> tag is used to create lines. Example: <svgĀ height="210"Ā width="500"> Ā Ā <lineĀ x1="0"Ā y1="0"Ā x2="200"y2="200"style="stroke:rgb(255,0,0);stroke-width:2"Ā /> </svg> Reminder: Mark this as best if you find this helpful.
11th Sep 2018, 7:33 AM
Email Not Activated