vhardy      01/11/13 04:50:22

  Modified:    xdocs    demo.xml svgviewer.xml
               xdocs/images svgviewerPreferences.gif svgviewerThumbnail.gif
                        svgviewerViewSource.gif svgviewerZoomin.gif
  Log:
  Updated some of the documentation screen shots to reflect the new
  menu entries.
  
  Revision  Changes    Path
  1.11      +10 -30    xml-batik/xdocs/demo.xml
  
  Index: demo.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/demo.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- demo.xml  2001/05/11 14:52:36     1.10
  +++ demo.xml  2001/11/13 12:50:22     1.11
  @@ -11,7 +11,7 @@
   
   <!-- ========================================================================= -->
   <!-- author [EMAIL PROTECTED]                                          -->
  -<!-- version $Id: demo.xml,v 1.10 2001/05/11 14:52:36 vhardy Exp $ -->
  +<!-- version $Id: demo.xml,v 1.11 2001/11/13 12:50:22 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <document>
       <header>
  @@ -25,40 +25,20 @@
   
       <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
  +                    <li><link href="#svgviewer">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
  +                files into JPEG or PNG images.</li>
  +                    <li><link href="#prettyPrinter">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.</p>
  -            </s2>
  -            <anchor id="ttf2svg"/>
  -            <s2 title="SVG Font Converter">
  -                <p>The <link href="ttf2svg.html">SVG Font Converter</link> lets 
developers convert
  +                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
                   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>
  +                exactly the same on all systems</li>
  +                </ul>
           </s1>
    
      </body>
  
  
  
  1.14      +5 -4      xml-batik/xdocs/svgviewer.xml
  
  Index: svgviewer.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/svgviewer.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- svgviewer.xml     2001/05/18 20:14:09     1.13
  +++ svgviewer.xml     2001/11/13 12:50:22     1.14
  @@ -11,7 +11,7 @@
   
   <!-- ========================================================================= -->
   <!-- author [EMAIL PROTECTED]                                          -->
  -<!-- version $Id: svgviewer.xml,v 1.13 2001/05/18 20:14:09 vhardy Exp $ -->
  +<!-- version $Id: svgviewer.xml,v 1.14 2001/11/13 12:50:22 vhardy Exp $ -->
   <!-- ========================================================================= -->
   
   <document>
  @@ -107,7 +107,8 @@
                   <p><strong>Windows: </strong><em>build svgbrowser [-font-size 
&lt;fontSize&gt;] [svgURL]*</em></p>
                   <p><strong>UNIX: </strong><em>build.sh svgbrowser [-font-size 
&lt;fontSize&gt;] [svgURL]*</em></p>
                   <p>Refer to "Starting the browser for the binary distribution" for 
an explanation of these
  -                options</p>
  +                options. Note that the number of files which can be opened on 
Windows, from the command line is 
  +                limited because batch files take at most 9 parameters.</p>
               </s2>
   
               <s2 title="SVG browser screen shot">
  @@ -119,8 +120,8 @@
           </s1>
   
           <anchor id="viewing"/>
  -        <s1 title="Viewing SVG Files">
  -            <p>The browser has several features to view and browse SVG files:</p>
  +        <s1 title="Viewing SVG Documents">
  +            <p>The browser has several features to view and browse SVG 
documents:</p>
               <ul>
                   <li><link href="#localFile">Opening a local SVG file</link></li>
                   <li><link href="#urlFile">Opening an SVG file from the 
web</link></li>
  
  
  
  1.2       +142 -145  xml-batik/xdocs/images/svgviewerPreferences.gif
  
        <<Binary file>>
  
  
  1.3       +84 -166   xml-batik/xdocs/images/svgviewerThumbnail.gif
  
        <<Binary file>>
  
  
  1.3       +282 -327  xml-batik/xdocs/images/svgviewerViewSource.gif
  
        <<Binary file>>
  
  
  1.3       +117 -79   xml-batik/xdocs/images/svgviewerZoomin.gif
  
        <<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to