style - SVG: Scalable Vector Graphics 编辑
The style
attribute allows to style an element using CSS declarations. It functions identically to the style
attribute in HTML.
All elements are using this attribute.
html,body,svg { height:100% }
<svg viewbox="0 0 100 60" xmlns="http://www.w3.org/2000/svg">
<rect width="80" height="40" x="10" y="10"
style="fill: skyblue; stroke: cadetblue; stroke-width: 2;"/>
</svg>
Usage notes
Value | <style> |
---|---|
Default value | None |
Animatable | No |
<style>
- The syntax of style data depends on the style sheet language. By default, the style sheet language is CSS.
Note: In theory, the
contentStyleType
attribute could be used to specify styling languages other than CSS, like XSL(T). However, this was never implemented satisfactorily in browsers, so you should not rely on it.
Specifications
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 2 The definition of 'style' in that specification. | Candidate Recommendation | No change |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'style' in that specification. | Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论