SVG/Element/mpath

Aus SELFHTML-Wiki
< SVG‎ | Element
Wechseln zu: Navigation, Suche

Das mpath-Element referenziert einen externen Pfad als Animationspfad für das animateMotion-Element.

Syntax
Start-Tag: notwendig
End-Tag: ggf. notwendig
Elternelemente
Darf vorkommen in:
animateMotion
erlaubte Inhalte
desc, metadata, title
Attribute
Name Inhalt Standardwert Bedeutung
href CDATA

Attribut: Pflichtattribut
Attribut: optionales Attribut

Beispiel
	<path id="route"
		d="m 0,0 c -200,0 29.9,398.2 129.9,225 100,-173.2 -359.8,-173.2 -259.8,0 100,173.2z"
	 />
	<circle id="ball">
    	<animateMotion begin="ball.click" dur="3s" repeatCount="indefinite">
			<mpath href="#route" />
    	</animateMotion>	
	</circle>



Siehe auch

Weblinks