Answer the question
In order to leave comments, you need to log in
Transforming path to svg, how to animate the position of only 1 dot in a line?
Good afternoon.
Please help me solve the following problem in svg.
There is a line that rotates at anchor point 400, 400 (the starting point of the line) by 30 degrees
<path d="M 400,400 l 0,-50 z"
id="mp"
fill="orange" stroke="green" stroke-width="1">
<animateTransform
attributeName="transform"
type="rotate"
from="0 400 400"
to="30 400 400"
dur="4s"
repeatCount="indefinite"/>
</path>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question