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 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7 <title>Testing that dynamic changes to the element for a given ID are reflected in 'use'</title>
9 <use x="10%" xlink:href="use-01-extref-resource.svg#r1"/>
11 <g id="g1">
12 <use x="20%" xlink:href="use-01-extref-resource.svg#g3"/>
13 </g>
15 <use x="30%" xlink:href="use-01-extref-resource.svg#g4"/>
17 <g id="g2">
18 <use x="70%" xlink:href="use-01-extref-resource.svg#g5"/>
19 </g>
21 <use x="80%" xlink:href="use-01-extref-resource.svg#g6"/>
23 <rect width="11%" height="100%" fill="lime" id="r2"/>
24 </svg>