why use svg teg | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

why use svg teg

9th Sep 2017, 5:00 AM
Daulat Patel
Daulat Patel - avatar
2 Answers
+ 3
SVG is used for drawing on HTML5 Eg: <svg> <path d="M 20 60 l 3 10 l 50 -20" style="fill: none; stroke: green;" /> </svg> //draws a green mark symbol.
9th Sep 2017, 5:06 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Follow this tutorial https://jakearchibald.com/2013/animated-line-drawing-svg/ It teaches you to use vector drawing software Inkscape or Illustrator to create SVG line and animated it using Css and Javascript. Here the sample: https://code.sololearn.com/Wk0dg4tllEvy/?ref=app
9th Sep 2017, 5:08 AM
Calviղ
Calviղ - avatar