Introduction : Definitions and concepts ( continued )
Style
Can be specified :
either with CSS2 ( Cascading Style Sheet Level 2 )
or with XSL ( XML Style Language )
or with the
style
attribute which is shared by many SVG tags
Example with a
text
tag
<text style="font-size: 12pt> Texte in 12 pt</text>
It is recommended not to mix CSS styles and XSL styles in the same SVG document
Didier Courtaud
The SVG language
Novembre 2001
8 / 74