style
SVG Elements
- A
- B-C
- D
- E
- F
<feBlend><feColorMatrix><feComponentTransfer><feComposite><feConvolveMatrix><feDiffuseLighting><feDisplacementMap><feDistantLight><feFlood><feFuncA><feFuncB><feFuncG><feFuncR><feGaussianBlur><feImage><feMerge><feMergeNode><feMorphology><feOffset><fePointLight><feSpecularLighting><feSpotLight><feTile><feTurbulence><filter><font><font-face><font-face-format><font-face-name><font-face-src><font-face-uri><foreignObject>
- G
- H
- I
- J-L
- M
- N-P
- Q-R
- S
- T
- U
- V-Z
The style attribute allows to style an element using CSS declarations. It functions identically to the style attribute in HTML.
You can use this attribute with any SVG element.
Example
<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
contentStyleTypeattribute 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