Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
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>