Cascading Style Sheets
From Svg wiki
The W3C specifications for CSS1.0 and 2.0 can be found at:
- CSS1.0 - http://www.w3.org/TR/REC-CSS1
- CSS2.0 - http://www.w3.org/TR/REC-CSS2
Note: CSS is optional in SVG Full, and not available in SVG Tiny. It is recommended that you use attributes, rather than using CSS properties. Since SVG is itself a styling language, some argue that it is inappropriate to impose another styling language on top of it. However, no other current technology allows the use of external styling classes with SVG like CSS does, so it does have utility.
See also Styling.
