SVG/Attribut/path
Aus SELFHTML-Wiki
								
												
				Das path-Attribut ist eine Pfad-Angabe, die dem d-Attribut des path-Elements entspricht.
- Erlaubte Werte
 Liste von Pfad-Kommandos und Koordinaten
- Standardwert
 - anwendbar auf
 - Präsentationsattribut
 nein
- mit CSS animierbar
 ja
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