~ubuntu-branches/ubuntu/saucy/gnome-shell/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/testcommon/200-200.svg

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 
3
<svg xmlns="http://www.w3.org/2000/svg"
 
4
        viewBox="0 0 200 200" width="200" height="200">
 
5
  <path
 
6
    d="
 
7
      M 2,2 h 196 v 196 h -196 v -196
 
8
      M 8,8 h 184 v 184 h -184 v -184
 
9
    "
 
10
    fill="white"
 
11
    stroke="blue"
 
12
    stroke-width="2"
 
13
    stroke-linecap="square"
 
14
    />
 
15
  <path
 
16
    d="
 
17
      M 10,10 h 20 v 20 h -20 v -20
 
18
    "
 
19
    fill="green"
 
20
    />
 
21
</svg>