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

SVG Tutorial

  index  |  elemente

das image-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 - -
preserveAspectRatio default svg:PreserveAspectRatioSpec xMidYMid meet -
x optional svg:Coordinate 0 -
y optional svg:Coordinate 0 -
width required svg:Length - -
height required svg:Length - -

Attribute aus AttributGruppen Beschreibung im Tutorial

3.5 - Das Attribut viewBox
7.4 - Einbinden von externen Grafiken - das image-Element
11.2 - Eigenschaften zur Darstellung der Objekte
15.1 - Clipping - das clipPath-Element
15.2 - Masking - das mask-Element