SVG as an Image - SVG: Scalable Vector Graphics 编辑
SVG images can be used as an image format, in a number of contexts. Many browsers support SVG images in:
- HTML
<img>
or<svg>
elements - CSS
background-image
Gecko-specific contexts
Additionally, Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1) introduced support for using SVG in these contexts:
- CSS
list-style-image
- CSS
content
- SVG
<image>
element - SVG
<feImage>
element - Canvas
drawImage
function
Restrictions
For security purposes, Gecko places some restrictions on SVG content when it's being used as an image:
- JavaScript is disabled.
- External resources (e.g. images, stylesheets) cannot be loaded, though they can be used if inlined through data: URIs.
:visited
-link styles aren't rendered.- Platform-native widget styling (based on OS theme) is disabled.
Note that the above restrictions are specific to image contexts; they don't apply when SVG content is viewed directly, or when it's embedded as a document via the <iframe>
, <object>
, or <embed>
elements.
Specifications
Specification | Status | Comment |
---|---|---|
HTML5 The definition of 'SVG within <img> element' in that specification. | Recommendation | Defines the usage of SVG within <img> elements. |
CSS Backgrounds and Borders Module Level 3 The definition of 'SVG within 'background-image' CSS property' in that specification. | Candidate Recommendation | Defines the usage of SVG within the background-image property. |
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论