这篇文章需要技术复核。如何帮忙。
这篇文章需要文法复核。如何帮忙。
SVG的Image
元素 (<image>
) 允许在SVG文档中包含位图。
用法
类别 | 图形元素, 图形引用元素 |
---|---|
允许的内容物 | 任意数量、任意排序的下列元素: 动画元素 描述性元素 |
示例
在SVG对象中基本呈现PNG图像:
<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"> <image xlink:href="/files/2917/fxlogo.png" x="0" y="0" height="100" width="100" /> </svg>
属性
全局属性
专有属性
DOM接口
该元素实现SVGImageElement
接口。
浏览器兼容性
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) | 未实现 | (Yes) | 3.0.4 |
该表格基于这些资源。
[1] 优先于Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1) 只支持位图。