What is a path id in svg? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is a path id in svg?

what does path decribe. Why is it used?

19th May 2018, 6:42 AM
Robin Singh
Robin Singh - avatar
1 Answer
0
SVG Path - <path> The <path> element is used to define a path. The following commands are available for path data: M = moveto L = lineto H = horizontal lineto V = vertical lineto C = curveto S = smooth curveto Q = quadratic Bézier curve T = smooth quadratic Bézier curveto A = elliptical Arc Z = closepath Note: All of the commands above can also be expressed with lower letters. Capital letters means absolutely positioned, lower cases means relatively positioned.
19th May 2018, 7:21 AM
Rajeeb