blob: c9a560e83a1cc8ecf35f0057178365e000658064 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE document SYSTEM "./dtd/document-v10.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. -->
<!-- ========================================================================= -->
<!-- ========================================================================= -->
<!-- author vincent.hardy@eng.sun.com -->
<!-- version $Id$ -->
<!-- ========================================================================= -->
<document>
<header>
<title>Tools and Applications</title>
<subtitle>SVG Tools and Applications</subtitle>
<authors>
<person name="Vincent Hardy" email="vincent.hardy@eng.sun.com"/>
<person name="Thierry Kormann" email="tkormann@apache.org"/>
</authors>
</header>
<body>
<s1 title="SVG Tools and Applications">
<s2 title="Intro">
<p>The Batik distribution contains several pre-packaged demos:</p>
<ul>
<li><link href="#svgviewer">SVG Viewer</link></li>
<!-- <li><link href="#applet">SVG Applet</link></li>-->
<li><link href="#rasterizer">SVG Rasterizer</link></li>
<li><link href="#svggen">SVG Generator</link></li>
</ul>
</s2>
<anchor id="svgviewer" />
<s2 title="SVG Viewer">
<figure src="images/viewer.jpg" alt="Batik Viewer"/>
<p>The <link href="svgviewer.html">SVG Viewer</link> lets you view SVG file,
zoom, pan and rotate in the content and select text items in the image.</p>
</s2>
<!-- <anchor id="applet" />
<s2 title="SVG Applet">
<figure src="images/applet.jpg" alt="Batik Applet"/>
<p>The <link href="svgapplet.html">SVG Applet</link> delivers the viewer's
display capabilities as a Java technology applet.</p>
</s2> -->
<anchor id="rasterizer" />
<s2 title="SVG Rasterizer">
<figure src="images/rasterizer.jpg" alt="Batik Rasterizer"/>
<p>The <link href="svgrasterizer.html">SVG Rasterizer</link> converts SVG
files into JPEG or PNG images.</p>
</s2>
<anchor id="svggen" />
<s2 title="SVG Graphics2D Generator">
<figure src="images/svggen.jpg" alt="Batik SVG Generator"/>
<p>The <link href="svggen.html">SVG Graphics2D Generator</link> lets Java
Technology applications export their graphics as SVG.</p>
</s2>
</s1>
</body>
</document>