SVG/Elemente/path
Aus SELFHTML-Wiki
Das path-Element ist eine Grundform (basic shape), erzeugt aber komplexe Formen, Animationsstrecken oder Maskenregionen.
Beispiel
<path d="M 10,110 l 40,-80 l 40,80" />
<path d="M 150,110 v -80 h 80 v 80" />
<path d="M 300,110 l -15,-50 l 40,-30 l 40,30 l -15,50" />
<path d="M 420,110 l -20,-40 l 20,-40 h 50 l 20,40 l -20,40" />
Siehe auch
Weblinks
- W3C: paths
Start-Tag: notwendig End-Tag: ggf. notwendig <path /> | |
Elternelemente | Darf vorkommen in:
jedem Element, das fließenden Inhalt erlaubt. |
---|---|
erlaubte Inhalte |
Attribut: Pflichtattribut
Attribut: optionales Attribut