Grafik oben  
Online-Ressourcen:
      SVG Tutorial | AGB-(c) | aptico | Pohlmann
Schatten

SVG Tutorial

  index  |  elemente

das path-Element

Mögliche Kind-Elemente

desc | title | metadata | animate | set | animateMotion | animateColor | animateTransform

Attribute

Name Anwendung Typ Standardwert mögliche Werte
externalResourcesRequired optional svg:Boolean false -
class optional svg:ClassList - -
style optional svg:StyleSheet - -
transform optional svg:TransformList - -
d required svg:PathData - -
pathLength optional svg:Number - -

Attribute aus AttributGruppen Beschreibung im Tutorial

8.8 - Moegliche Grundlinien und das tpath-Element
10 - Pfade
10.1 - M und m - die Moveto Anweisung
10.2 - L und l, H und h, V und v - die lineto Anweisungen
10.3 - Z und z - die closepath Anweisung
10.4 - C und c - kubische Bezierkurven
10.5 - S und s - Kurzform fuer kubische Bezierkurven
10.6 - Q und q - quadratische Bezierkurven
10.7 - T und t - Kurzform fuer quadratische Bezierkurven
10.8 - A und a - Bogenkurven
10.9 - Pfeilspitzen - das marker-Element
13.7 - Bewegung entlang eines Pfades - animateMotion
15.1 - Clipping - das clipPath-Element
15.2 - Masking - das mask-Element
17.6 - Zeichen definieren - die Elemente missing-glyph und glyph