Bug 1873144 - Disabled test_conformance__textures__misc__texture-npot-video.html...
[gecko.git] / dom / svg / test / bbox-helper.svg
blob40aa01cb2aa227015c69d020657409e6b12fc7a1
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <g transform="scale(0.5)">
4 <foreignObject id="fO" x="10" y="10" width="100" height="100"/>
5 <image id="i" x="10" y="10" width="100" height="100"/>
6 </g>
7 <text id="b" x="100" y="100">abcdef</text>
8 <text id="a" x="20" y="30">a</text>
9 <text id="y" x="20" y="40">y</text>
10 <text id="tspantext1">
11 <tspan id="tspan1" x="100" y="100">abcdef</tspan>
12 </text>
13 <text id="tspantext2" x="100" y="100">ABCEDF<tspan id="tspan2">ABCEDF</tspan></text>
14 <text id="text" x="20" y="60">text</text>
15 <!-- &#8206; is the same as the HTML &lrm; -->
16 <text id="lrmText" x="20" y="60">&#8206;text</text>
17 <g id="v">
18 <circle cx="100" cy="50" r="5"/>
19 <path d="M 100,100 L 100,200"/>
20 </g>
21 <g id="h">
22 <circle cx="200" cy="50" r="5"/>
23 <path d="M 200,100 L 300,100"/>
24 </g>
25 <g id="e">
26 <!-- empty container should not affect parent's bbox -->
27 <g/>
28 <!-- neither should a path, -->
29 <path/>
30 <!-- a polygon -->
31 <polygon/>
32 <!-- or an empty text element -->
33 <text x="185" y="25"/>
34 <circle cx="100" cy="100" r="5"/>
35 <g/>
36 <circle cx="100" cy="100" r="5"/>
37 <g/>
38 </g>
39 <use x="100" y="100" id="use_v" href="#v"/>
40 <use x="100" y="100" id="use_h" href="#h"/>
41 <use x="100" y="100" id="use_e" href="#e"/>
42 </svg>