vhardy 01/09/28 05:54:33 Modified: xdocs architecture.xml Log: Fixed bug # 3648. Revision Changes Path 1.6 +2 -2 xml-batik/xdocs/architecture.xml Index: architecture.xml =================================================================== RCS file: /home/cvs/xml-batik/xdocs/architecture.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- architecture.xml 2001/05/18 22:44:46 1.5 +++ architecture.xml 2001/09/28 12:54:33 1.6 @@ -11,7 +11,7 @@ <!-- ========================================================================= --> <!-- author [EMAIL PROTECTED] --> -<!-- version $Id: architecture.xml,v 1.5 2001/05/18 22:44:46 vhardy Exp $ --> +<!-- version $Id: architecture.xml,v 1.6 2001/09/28 12:54:33 vhardy Exp $ --> <!-- ========================================================================= --> <document> @@ -80,7 +80,7 @@ they draw to a screen or a printer, by leveraging the Java 2D API's extensible design.</li> <li><link href="domapi.html"><code>SVG DOM</code></link> an implementation of the SVG DOM API defined in the SVG recommendation. It lets the programmer manipulate SVG documents in a Java program.</li> - <li><link href="jsvgcanvas.html"><code>JSVGCanvas</code></link> is a UI component that can display + <li><link href="svgcanvas.html"><code>JSVGCanvas</code></link> is a UI component that can display SVG content and let the user interact with that content (zoom, pan, rotate, text selection, etc...)</li> <li><code>Bridge</code> this module, more rarely used directly, can convert an SVG document into the internal representation Batik uses for graphics, based on the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]