SVG/Attribute/path
Aus SELFHTML-Wiki
Das path-Attribut ist einePfad-Angabe, die dem d-Attribut des path-Elements entspricht.
erlaubte Werte |
Liste von Pfad-Kommandos und Koordinaten |
---|---|
default-Wert | |
erlaubt in | animateMotion |
Beispiel
<animateMotion begin="0s" dur="3s" fill="freeze"
path="M10,80 c30,-40 55,-40 85,0 s55,40 85,0 c30,-40 55,-40 85,0 s55,40 85,0"/>
Siehe auch
Weblinks
- W3C: path Attribute