+ 3
I can't understand "svg path and move". Anyone can help me in this problem as a friend?
2 Answers
+ 1
You need to be specific about what you don't understand in it ,I would recommend going through online tutorials and videos and experimenting yourself first ,curve commands are quite difficult to understand, tho that isn't something you need to be worried about unless you understand the basics of path
+ 1
In path you will see d M L C
d init the drawing path
M call the point of start
L call the end point of line
C call two surrounding and a end point.