You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/04/14 22:30:46 UTC

cvs commit: xml-fop/src/documentation/content/xdocs svg.xml

vmote       2003/04/14 13:30:46

  Modified:    src/documentation/content/xdocs svg.xml
  Log:
  Make into base for documenting additional graphics formats.
  Move svg content into subsection.
  
  Revision  Changes    Path
  1.6       +9 -8      xml-fop/src/documentation/content/xdocs/svg.xml
  
  Index: svg.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/svg.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- svg.xml	26 Mar 2003 23:34:55 -0000	1.5
  +++ svg.xml	14 Apr 2003 20:30:46 -0000	1.6
  @@ -2,16 +2,16 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
       "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
   
  -<!-- SVG in FOP -->
  -
   <document>
       <header>
  -        <title>Using SVG with FOP</title>
  +        <title>FOP Graphics Formats</title>
       </header>
   
       <body>
   
  -  <section id="intro">
  +    <section id="svg">
  +      <title>SVG</title>
  +  <section id="svg-intro">
       <title>Introduction</title>
       <p>
   FOP uses the SVG library from <link href="http://xml.apache.org/batik/">Batik</link> to handle SVG.
  @@ -30,7 +30,7 @@
       </p>
     </section>
   
  -  <section id="pdf_conversion">
  +  <section id="svg-pdf-conversion">
       <title>Converting SVG to a PDF Document</title>
       <p>
   It is possible to convert a standalone SVG document directly into a simple page PDF document.
  @@ -55,7 +55,7 @@
       </p>
     </section>
   
  -  <section id="pdf_graphics">
  +  <section id="svg-pdf-graphics">
       <title>Placing SVG Graphics into PDF</title>
       <p>
   The svg is inserted into PDF by using PDF commands to draw and fill
  @@ -74,7 +74,7 @@
   correctly.
       </p>
     </section>
  -  <section id="pdf_text">
  +  <section id="svg-pdf-text">
       <title>Placing SVG Text into PDF</title>
       <p>If possible, Batik will use normal PDF text when inserting text. It does
   this by checking if the text can be drawn normally and the font is
  @@ -116,7 +116,7 @@
   This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.</p>
     </section>
   
  -          <section>
  +          <section id="svg-problems">
               <title>Known Problems</title>
   <ul>
   <li>
  @@ -148,6 +148,7 @@
   </li>
   </ul>
             </section>
  +    </section>
       </body>
   </document>
   
  
  
  

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