Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

image

Diese Übersetzung ist unvollständig. Bitte helfen Sie, diesen Artikel aus dem Englischen zu übersetzen.

The SVG Image Element (<image>) allows a raster image into be included in an SVG document.

Usage context

KategorienGrafikelement, Grafik referenzierendes Element
Erlaubter InhaltBeliebige Anzahl der folgenden Elemente, in beliebiger Reihenfolge:
Animationselemente
Beschreibende Elemente

Example

Basic rendering of a .jpg in an SVG object:

<!--?xml version="1.0" standalone="no"?-->
  <svg width="5cm" height="4cm" version="1.1" xmlns:xlink="https://www.w3.org/1999/xlink"> 	 		
    <image xlink:href="firefox.jpg" x="0" y="0" height="50px" width="50px"></image>  	
  </svg>

Attributes

Global attributes

Specific attributes

DOM Interface

This element implements the SVGImageElement interface.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 1.0 1.5 (1.8) 9.0 8.0 3.0.4
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support 3.0 1.0 (1.8) Nicht unterstützt (Ja) 3.0.4

The chart is based on these sources.

Gecko-specific notes

Prior to Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1) only raster images were supported.

Schlagwörter des Dokuments und Mitwirkende

 Mitwirkende an dieser Seite: Sebastianz, teoli, batram
 Zuletzt aktualisiert von: Sebastianz,