162 lines
5.6 KiB
XML
162 lines
5.6 KiB
XML
<?xml version="1.0" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
|
|
"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
|
|
|
|
<!-- ========================================================================= -->
|
|
<!-- Copyright (C) The Apache Software Foundation. All rights reserved. -->
|
|
<!-- -->
|
|
<!-- This software is published under the terms of the Apache Software License -->
|
|
<!-- version 1.1, a copy of which has been included with this distribution in -->
|
|
<!-- the LICENSE file. -->
|
|
<!-- ========================================================================= -->
|
|
|
|
<!-- ========================================================================= -->
|
|
<!-- This tests validates linking and provides an index for text files. -->
|
|
<!-- -->
|
|
<!-- @author stephane@hillion.org -->
|
|
<!-- @version $Id: index.svg,v 1.1.1.1 2001-06-10 01:46:39 edburns%acm.org Exp $ -->
|
|
<!-- ========================================================================= -->
|
|
|
|
<svg id="body" width="450" height="500">
|
|
<title>Index Page</title>
|
|
<style type="text/css"><![CDATA[
|
|
text.headfoot {
|
|
font-family: 'SunSansCondensed-Demi';
|
|
fill: black;
|
|
stroke: none;
|
|
stroke-width: 2;
|
|
font-weight: bold;
|
|
}
|
|
text.title {
|
|
font-size: 40;
|
|
text-anchor: middle;
|
|
stroke: none;
|
|
}
|
|
text.next {
|
|
font-size: 30;
|
|
text-anchor: end;
|
|
}
|
|
text.link {
|
|
fill: rgb(103, 103, 153);
|
|
font-size: 14;
|
|
font-family: 'SunSansCondensed-Normal';
|
|
text-decoration: underline;
|
|
text-anchor: middle;
|
|
}
|
|
|
|
text.link2 {
|
|
fill: black;
|
|
font-size: 14;
|
|
font-family: 'SunSansCondensed-Normal';
|
|
text-decoration: underline;
|
|
text-anchor: middle;
|
|
}
|
|
]]>
|
|
</style>
|
|
|
|
<defs>
|
|
<linearGradient id="nextGradient" x1="0" y1="0" x2="100%" y2="0">
|
|
<stop offset="0" stop-color="black" />
|
|
<stop offset="1" stop-color="rgb(203, 203, 255)" />
|
|
</linearGradient>
|
|
|
|
<linearGradient id="titleGradient" x1="0" y1="0" x2="100%" y2="0">
|
|
<stop offset="0" stop-color="black" />
|
|
<stop offset=".25" stop-color="rgb(203, 203, 255)" />
|
|
<stop offset=".5" stop-color="white" />
|
|
<stop offset=".75" stop-color="rgb(203, 203, 255)" />
|
|
<stop offset="1" stop-color="black" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<rect x="5" y="5" width="440" height="50" style="fill:url(#titleGradient)"/>
|
|
<text class="title headfoot" x="50%" y="40">Test Files 1</text>
|
|
|
|
<rect x="5" y="60" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="colors.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="80">
|
|
SVG Color Identifiers (color.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="95" width="440" height="30" style="fill:rgb(203, 203, 255)"/>
|
|
<a xlink:href="colorProfile.svg" xlink:show="new">
|
|
<text class="link" x="50%" y="115">
|
|
Color Profile (colorProfile.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="130" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="dataProtocol.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="150">
|
|
Data Protocol (dataProtocol.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="165" width="440" height="30"
|
|
style="fill:rgb(203, 203, 255)"/>
|
|
<a xlink:href="enableBackground.svg" xlink:show="new">
|
|
<text class="link" x="50%" y="185">
|
|
enable-background (enableBackground.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="200" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="feConvolveMatrix.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="220">
|
|
feConvolveMatrix Effect (feConvolveMatrix.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="235" width="440" height="30"
|
|
style="fill:rgb(203, 203, 255)"/>
|
|
<a xlink:href="markersMisc.svg" xlink:show="new">
|
|
<text class="link" x="50%" y="255">
|
|
Markers (markersMisc.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="270" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="markersOrientA.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="290">
|
|
Markers Orientation (markersOrientA.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="305" width="440" height="30"
|
|
style="fill:rgb(203, 203, 255)"/>
|
|
<a xlink:href="markersOrientB.svg" xlink:show="new">
|
|
<text class="link" x="50%" y="325">
|
|
Markers Orientation 2 (markersOrientB.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="340" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="markersPreserveAspectRatio.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="360">
|
|
Markers PreserveAspectRatio (markersPreserveAspectRatio.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="375" width="440" height="30"
|
|
style="fill:rgb(203, 203, 255)"/>
|
|
<a xlink:href="markersShapes.svg" xlink:show="new">
|
|
<text class="link" x="50%" y="395">
|
|
Markers Shapes (markersShapes.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="410" width="440" height="30" style="fill:rgb(153, 153, 203)"/>
|
|
<a xlink:href="paintOpacity.svg" xlink:show="new">
|
|
<text class="link2" x="50%" y="430">
|
|
Paint Opacity (paintOpacity.svg)
|
|
</text>
|
|
</a>
|
|
|
|
<rect x="5" y="445" width="440" height="50" style="fill:url(#nextGradient)"/>
|
|
<a xlink:href="index2.svg">
|
|
<text class="next headfoot" x="420" y="480">Next</text>
|
|
</a>
|
|
|
|
</svg>
|