1 <?xml version=
"1.0" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"400" height=
"400">
5 <style type=
"text/css"><![CDATA[
6 .Foo { fill: green; stroke-width:
2 }
8 <rect class=
"Foo" x=
"100" y=
"100" width=
"200" height=
"200"/>