Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <svg width="100%" height="100%" version="1.1"
2 xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" onload="setTimeout(boom, 30);" class="reftest-wait"><html:script src="data:text/javascript,"></html:script><html:script>
4 function boom()
5 {
6 var defs = document.getElementById("defs");
7 defs.parentNode.removeChild(defs);
9 document.documentElement.removeAttribute("class");
10 }
12 </html:script>
14 <defs id="defs">
15 <filter id="Gaussian_Blur">
16 <feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
17 </filter>
18 </defs>
20 <ellipse cx="200" cy="150" rx="70" ry="40"
21 style="fill:#ff0000;stroke:#000000;
22 stroke-width:2;filter:url(#Gaussian_Blur)"/>
24 </svg>