SVGImageTest.svg 1.68 KB
Newer Older
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
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" 
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"  >

  <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" >
    <OperatorScript version="$Revision: 1.3 $" testname="" >
      <Paragraph>
      </Paragraph>
    </OperatorScript>
  </SVGTestCase>

  <title id="test-title" > </title>
  <desc id="test-desc" > </desc>
	<defs>
    <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
      <font-face-src>
        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
      </font-face-src>
    </font-face>
  </defs>
  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
		  <!--======================================================================-->
		  <!--Content of Test Case follows...                  =====================-->
		  <!--======================================================================-->
		  <rect x="001" y="001" width="239" height="179" fill="gold" stroke="none" />
		  <rect x="240" y="001" width="239" height="179" fill="blue" stroke="none" />
		  <rect x="001" y="180" width="239" height="179" fill="blue" stroke="none" />
		  <rect x="240" y="180" width="239" height="179" fill="gold" stroke="none" />
		
		  <text font-size="35" x="240" y="35" text-anchor="middle" >SVGImageTest.svg</text>
		  <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.3 $</text>
		  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
  </g>
</svg>