+ 2
How do coders use svg path
I mean i need help in who can guide me on learning svg path
1 Answer
+ 7
SVG stands for Scalable Vector Graphics
SVG is used to define vector-based graphics for the Web
SVG defines the graphics in XML format
Every element and every attribute in SVG files can be animated
https://www.w3schools.com/html/html5_svg.asp
This link may be help you