path
animateMotion
Description
The path attribute for SVG specifies the motion path.
It is expressed in the same format and interpreted the same way as the d geometric property for the path element. The effect of a motion path animation is to add a supplemental transformation matrix onto the CTM for the referenced object which causes a translation along the x- and y-axes of the current user coordinate system by the computed X and Y values computed over time.
Syntax
Value
<path-data>
Default
(none)
Examples
<path-data>
Links
Internal
External
textPath
Description
The path attribute for SVG specifies a path data string describing the path onto which the typographic characters will be rendered.
Syntax
Value
<path-data>
Default
(none)