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 | rect |
michael@0 | 9 | { |
michael@0 | 10 | fill: #8f8; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | </style> |
michael@0 | 14 | |
michael@0 | 15 | <rect x="0" y="0" width="100" height="100" /> |
michael@0 | 16 | |
michael@0 | 17 | <rect x="100" y="0" width="100" height="100" /> |
michael@0 | 18 | |
michael@0 | 19 | <rect x="200" y="0" width="100" height="100" /> |
michael@0 | 20 | |
michael@0 | 21 | </svg> |