+ 12
How do SVG paths works?
Hello everyone, I want to know how the SVG paths works. -How does it works? -what is the number for? -how can we make a shape out of it? -Can anyone give an example? Thank you!
5 Réponses
+ 5
Have you seen this lesson?
https://www.sololearn.com/learn/HTML/2213/
+ 4
hmm... i read the link and in logical way:
M 100 50 = from x = 100 and y = 50
L 60 70 = to x = 60 and y = 70
M 100 50 = to x = 100 and y = 50 again
+ 3
Reference this as a guide (it helped me understand everything): https://www.w3.org/TR/SVG/paths.html
+ 1
thanks for link