summaryrefslogtreecommitdiffstats
path: root/testfiles/cli_tests/testcases/export-background-opacity_expected.svg
blob: e478c6fea8b81f81f23af1d7b29e0940776dfc3b (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
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   sodipodi:docname="lambda.svg"
   id="svg5"
   version="1.1"
   height="100"
   width="150">
  <metadata
     id="metadata11">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs9" />
  <sodipodi:namedview
     id="namedview7"
     pagecolor="yellow"
     inkscape:pageopacity="0.5"
     inkscape:pagecheckerboard="true" />
  <rect
     id="red"
     fill="red"
     height="50"
     width="50"
     y="50"
     x="0" />
  <rect
     id="green"
     fill="green"
     height="50"
     width="50"
     y="0"
     x="50" />
  <rect
     id="blue"
     fill="blue"
     height="50"
     width="50"
     y="50"
     x="100" />
</svg>