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

SVG Tutorial

  index  |  elemente

das use-Element

Mögliche Kind-Elemente

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

Attribute

Name Anwendung Typ Standardwert mögliche Werte
xmlns:xlink fixed string http://www.w3.org/1999/xlink -
xlink:type fixed simple -
xlink:role optional svg:URI - -
xlink:arcrole optional svg:URI - -
xlink:title optional string - -
xlink:show default string embed embed
xlink:actuate fixed onLoad -
xlink:href required svg:URI - -
externalResourcesRequired optional svg:Boolean false -
class optional svg:ClassList - -
style optional svg:StyleSheet - -
transform optional svg:TransformList - -
x optional svg:Coordinate 0 -
y optional svg:Coordinate 0 -
width optional svg:Length - -
height optional svg:Length - -

Attribute aus AttributGruppen Beschreibung im Tutorial

3.5 - Das Attribut viewBox
7.2 - Das defs-Element und das use-Element
7.3 - Symbole - das symbol-Element
13.7 - Bewegung entlang eines Pfades - animateMotion
16.2 - Skriptsprachen einbinden - das script-Element
16.3 - SVG Inhalte verfuegbar machen
16.4 - Methoden fuer den Zugriff auf Elemente