Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>