You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2002/03/04 13:05:19 UTC

cvs commit: xml-batik/xdocs demo.xml

vhardy      02/03/04 04:05:19

  Modified:    xdocs    demo.xml
  Log:
  Fixed links as per Rober DiBlasi's request
  
  Revision  Changes    Path
  1.12      +5 -5      xml-batik/xdocs/demo.xml
  
  Index: demo.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/demo.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- demo.xml	13 Nov 2001 12:50:22 -0000	1.11
  +++ demo.xml	4 Mar 2002 12:05:19 -0000	1.12
  @@ -11,7 +11,7 @@
   
   <!-- ========================================================================= -->
   <!-- author vincent.hardy@eng.sun.com                                          -->
  -<!-- version $Id: demo.xml,v 1.11 2001/11/13 12:50:22 vhardy Exp $ -->
  +<!-- version $Id: demo.xml,v 1.12 2002/03/04 12:05:19 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <document>
       <header>
  @@ -27,14 +27,14 @@
           <s1 title="SVG Tools and Applications">
                   <p>The Batik distribution contains several pre-packaged demos:</p>
                   <ul>
  -                    <li><link href="#svgviewer">SVG Browser</link>. The SVG Browser lets you view SVG file,
  +                    <li><link href="svgviewer.html">SVG Browser</link>. The SVG Browser lets you view SVG file,
                   zoom, pan and rotate in the content and select text items in the image. </li>
  -                    <li><link href="#rasterizer">SVG Rasterizer</link>. >TheSVG Rasterizer converts SVG
  +                    <li><link href="svgrasterizer.html">SVG Rasterizer</link>. >TheSVG Rasterizer converts SVG
                   files into JPEG or PNG images.</li>
  -                    <li><link href="#prettyPrinter">SVG Pretty Printer</link>. The SVG Pretty Printer lets developers pretty-up
  +                    <li><link href="svgpp.html">SVG Pretty Printer</link>. 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>
  -                    <li><link href="#ttf2svg">SVG Font Converter</link>. The SVG Font Converter lets developers convert
  +                    <li><link href="ttf2svg.html">SVG Font Converter</link>. 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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org