summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/sort/sort-additive-1-ref.svg
blob: 755c5cf02db9a3d0fabffa938a5ac2ea581df25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
  <!-- start line -->
  <line x1="5" x2="5" y1="0" y2="330" stroke="grey" stroke-width="2"
    stroke-dasharray="5,5"/>
  <!-- non-additive line -->
  <line x1="105" x2="105" y1="0" y2="330" stroke="grey" stroke-width="2"
    stroke-dasharray="5,5"/>
  <!-- additive line -->
  <line x1="205" x2="205" y1="0" y2="330" stroke="grey" stroke-width="2"
    stroke-dasharray="5,5"/>
  <g transform="translate(5, 5)">
    <rect style="stroke: black; fill: lightskyblue" x="100" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 45)">
    <rect style="stroke: black; fill: lightskyblue" x="200" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 85)">
    <rect style="stroke: black; fill: lightskyblue" x="100" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 125)">
    <rect style="stroke: black; fill: lightskyblue" x="200" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 165)">
    <rect style="stroke: black; fill: lightskyblue" x="100" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 205)">
    <rect style="stroke: black; fill: lightskyblue" x="200" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 245)">
    <rect style="stroke: black; fill: lightskyblue" x="100" y="0" width="30"
      height="30"/>
  </g>
  <g transform="translate(5, 285)">
    <rect style="stroke: black; fill: lightskyblue" x="200" y="0" width="30"
      height="30"/>
  </g>
</svg>