blob: bddfe908669198c485407eb2c18e07025f1de9db [file] [log] [blame]
<?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. -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- Tiff reading extension tag test -->
<!-- -->
<!-- @author Thomas.DeWeese@Kodak.com -->
<!-- @version $Id$ -->
<!-- ====================================================================== -->
<?xml-stylesheet type="text/css" href="test.css" ?>
<svg id="body" width="450" height="500" xml:space="preserve"
viewBox="0 0 450 500" >
<title>Tiff Reading Test</title>
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<g id="testContent" class="legend" style="text-anchor:middle">
<text x="225" y="40" class="title">
Tiff Reading Test
</text>
<image xlink:href="sm_colors.tif"
x="53" y="65" width="64" height="64" />
<text x="85" y="140">RGB TIFF Uncompressed</text>
<image xlink:href="sm_colors_tile.tif"
x="193" y="65" width="64" height="64" />
<text x="225" y="140">Tiled RGB TIFF Uncompressed</text>
<image xlink:href="sm_colors_pb.tif"
x="53" y="165" width="64" height="64" />
<text x="85" y="240">RGB TIFF PackBits</text>
<image xlink:href="sm_colors_pb_tile.tif"
x="193" y="165" width="64" height="64" />
<text x="225" y="240">Tiled RGB TIFF PackBits</text>
</g>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="../batikLogo.svg#Batik_Tag_Box" />
</svg>