+ 2
How to create curved motion using svg?
I want to create circular motion in a line with one fixed and the other moving in a curved path and also to create a circular motion in a circle but I am unable to do it so please help me with it.
1 Respuesta
+ 2
To create curve read the tool
C of path tag.
It helps to make curve .
H for horizintal line
L for line
V for vertical line
Similarly you can use
<points d="M 0,0 C 45,40 60,80 75,120 "> to create curve/arc like paths