summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/frontendlayer/svg/svgtest.xml
blob: 109ee812629f4985fbdc749462e818b6ab10fea9 (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
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
	  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns="http://www.w3.org/2000/svg"
     width="200"
     height="200"
     viewBox="0 0.5 5 5" preserveAspectRatio="none">
  <rect id="black_stripe"
        fill="#000"
        width="5"
        height="1"/>
  <rect id="gray_i"
        fill="#484"
        width="6"
        height="1" y="2"/>
  <rect id="gray_ii"
        fill="#888"
        width="3"
        height="1" y="3"/>
  <rect id="gray_iii"
        fill="#ccc"
        width="2"
        height="1" y="4"/>
  <rect id="white"
        fill="#fff"
        width="5"
        height="1" y="5"/>
</svg>