blob: 37405f00ccfb885a1924bb6efa1b674eef066421 [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 Browser</link></li>
<li><link href="#rasterizer">SVG Rasterizer</link></li>
<li><link href="#prettyPrinter">SVG Pretty Printer</link></li>
<li><link href="#ttf2svg">SVG Font Converter</link></li>
</ul>
</s2>
<anchor id="svgviewer" />
<s2 title="SVG Browser">
<figure src="images/viewer.jpg" alt="Batik SVG Browser"/>
<p>The <link href="svgviewer.html">SVG Browser</link> lets you view SVG file,
zoom, pan and rotate in the content and select text items in the image.</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="prettyPrinter" />
<s2 title="SVG Pretty Printer">
<p>The <link href="svgpp.html">SVG Pretty Printer</link> lets developers pretty-up
their SVG files and get their tabulations and other cosmetic parameters in order. It
can also be used to modify the DOCTYPE declaration on SVG files.</p>
</s2>
<anchor id="ttf2svg"/>
<s2 title="SVG Font Converter">
<p>The <link href="ttf2svg.html">SVG Font Converter</link> lets developers convert
character ranges from the True Type Font format to the SVG Font format to embed in
SVG documents. This allows SVG document to be fully self-contained be rendered
exactly the same on all systems</p>
</s2>
</s1>
</body>
</document>