Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0" ?>
2 <svg
3 width="300" height="100"
4 xmlns="http://www.w3.org/2000/svg">
6 <style type="text/css">
8 #element,
9 .extra
10 {
11 fill: #8f8;
12 }
14 </style>
16 <rect x="0" y="0" width="100" height="100" style="fill: #8f8;" />
18 <rect x="100" y="0" width="100" height="100" id="element" />
20 <rect x="200" y="0" width="100" height="100" class="extra" />
22 </svg>