blob: 9a75e91cd8bd75fa30d870a1c3f6ec7e87ca8794 [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">
<p>The Batik distribution contains several pre-packaged demos:</p>
<ul>
<li><link href="#SVGBrowser">Squiggle SVG Browser</link></li>
<li><link href="#SVGRasterizer">SVG Rasterizer</link></li>
<li><link href="#SVGPrettyPrinter">SVG Pretty Printer</link></li>
<li><link href="#SVGFontConverter">SVG Font Converter</link></li>
</ul>
<anchor id="SVGBrowser" />
<s2 title="SVG Browser">
<ul>
<li><link href="svgviewer.html">Squiggle SVG Browser:</link>
<ul><li>The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate in the content and select text items in the image and much more.</li></ul>
</li>
</ul>
</s2>
<anchor id="SVGRasterizer" />
<s2 title="SVG Rasterizer">
<ul>
<li><link href="svgrasterizer.html">SVG Rasterizer:</link>
<ul><li>The SVG Rasterizer is a utility that can convert SVG files to a raster format.
The tool can convert individual files or sets of files, making it easy to convert entire
directories of SVG files. The supported formats are JPEG, PNG, and TIFF, however the design allows new formats to be added easily</li></ul>
</li>
</ul>
</s2>
<anchor id="SVGPrettyPrinter" />
<s2 title="SVG Pretty Printer">
<ul>
<li><link href="svgpp.html">SVG Pretty Printer:</link>
<ul><li>The SVG Pretty Printer 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.</li></ul>
</li>
</ul>
</s2>
<anchor id="SVGFontConverter" />
<s2 title="SVG Font Converter">
<ul>
<li><link href="ttf2svg.html">SVG Font Converter:</link>
<ul><li>The SVG Font Converter 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</li></ul>
</li>
</ul>
</s2>
</s1>
</body>
</document>