| <?xml version="1.0" standalone="no"?> |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" |
| "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
| --> |
| <!-- ====================================================================== --> |
| <!-- Tiff reading extension tag test --> |
| <!-- --> |
| <!-- @author Thomas.DeWeese@Kodak.com --> |
| <!-- @version $Id$ --> |
| <!-- ====================================================================== --> |
| |
| <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?> |
| |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 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="../../resources/images/sm_colors.tif" |
| x="53" y="65" width="64" height="64" /> |
| <text x="85" y="140">RGB TIFF Uncompressed</text> |
| |
| <image xlink:href="../../resources/images/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="../../resources/images/sm_colors_pb.tif" |
| x="53" y="165" width="64" height="64" /> |
| <text x="85" y="240">RGB TIFF PackBits</text> |
| |
| <image xlink:href="../../resources/images/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> |