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