OLD | NEW |
1 <?xml version="1.0" standalone="no"?> | 1 <?xml version="1.0" standalone="no"?> |
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> |
3 <!-- ===================================================================== --> | 3 <!-- ===================================================================== --> |
4 <!-- linkingCircle-f.svg --> | 4 <!-- linkingCircle-f.svg --> |
5 <!-- Auxiliary file for linking tests. --> | 5 <!-- Auxiliary file for linking tests. --> |
6 <!-- ====================================================================== --> | 6 <!-- ====================================================================== --> |
7 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3
.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="setTi
meout(report, 0);"> | 7 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3
.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="repor
t()"> |
8 <script> | 8 <script> |
9 function report() { | 9 function report() { |
10 if (window.testRunner) | 10 if (window.testRunner) |
11 window.testRunner.notifyDone(); | 11 window.testRunner.notifyDone(); |
12 } | 12 } |
13 </script> | 13 </script> |
14 <title id="test-title">linkingCircle-f.svg</title> | 14 <title id="test-title">linkingCircle-f.svg</title> |
15 <desc id="test-desc">Some circles with ids, for linking tests.</desc> | 15 <desc id="test-desc">Some circles with ids, for linking tests.</desc> |
16 <g id="test-body-content"> | 16 <g id="test-body-content"> |
17 <text x="100" y="20" style="font-size:12">Some circles with ids,
for linking tests.</text> | 17 <text x="100" y="20" style="font-size:12">Some circles with ids,
for linking tests.</text> |
18 <circle id="circle-1" cx="220" cy="140" r="35" style="fill:red;
stroke:black"/> | 18 <circle id="circle-1" cx="220" cy="140" r="35" style="fill:red;
stroke:black"/> |
19 <text style="font-family:Helvetica;font-size:12" x="203" y="99">
circle-1</text> | 19 <text style="font-family:Helvetica;font-size:12" x="203" y="99">
circle-1</text> |
20 <circle id="circle-2" cx="100" cy="260" r="20" style="stroke:lim
e; fill:yellow; stroke-width:4"/> | 20 <circle id="circle-2" cx="100" cy="260" r="20" style="stroke:lim
e; fill:yellow; stroke-width:4"/> |
21 <text style="font-family:Helvetica;font-size:12" x="80" y="295">
circle-2</text> | 21 <text style="font-family:Helvetica;font-size:12" x="80" y="295">
circle-2</text> |
22 <!-- Framing rect for circle-2 --> | 22 <!-- Framing rect for circle-2 --> |
23 <rect x="64" y="227" width="72" height="72" style="fill:none; st
roke:black"/> | 23 <rect x="64" y="227" width="72" height="72" style="fill:none; st
roke:black"/> |
24 <circle id="circle-3" cx="340" cy="260" r="50" style="stroke:blu
e; fill:none; stroke-width:10"/> | 24 <circle id="circle-3" cx="340" cy="260" r="50" style="stroke:blu
e; fill:none; stroke-width:10"/> |
25 <text style="font-family:Helvetica;font-size:12" x="320" y="332"
>circle-3</text> | 25 <text style="font-family:Helvetica;font-size:12" x="320" y="332"
>circle-3</text> |
26 </g> | 26 </g> |
27 <g id="test-legend"> | 27 <g id="test-legend"> |
28 <!-- Test-framing rectangle, drawn just inside viewport boundary
. --> | 28 <!-- Test-framing rectangle, drawn just inside viewport boundary
. --> |
29 <rect id="test-frame" x="1" y="1" width="478" height="358" style
="fill:none; stroke:#000000"/> | 29 <rect id="test-frame" x="1" y="1" width="478" height="358" style
="fill:none; stroke:#000000"/> |
30 </g> | 30 </g> |
31 </svg> | 31 </svg> |
OLD | NEW |