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/22 20:24:29 UTC

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

vmote       2003/04/22 11:24:29

  Modified:    src/documentation/content/xdocs graphics.xml output.xml
  Log:
  Move graphics comments from output.xml to graphics.xml.
  
  Revision  Changes    Path
  1.2       +8 -0      xml-fop/src/documentation/content/xdocs/graphics.xml
  
  Index: graphics.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/graphics.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- graphics.xml	22 Apr 2003 18:11:44 -0000	1.1
  +++ graphics.xml	22 Apr 2003 18:24:28 -0000	1.2
  @@ -276,5 +276,13 @@
           </ul>
         </section>
       </section>
  +    <section id="resolution">
  +      <title>Graphics Resolution</title>
  +      <p>This is an important issue when creating output for printing.
  +The dpi is used to convert measurements into points. For example 1in
  += 2.54cm = 72 points. It is also used when determining the size of
  +images and the rendering of certain graphics in the output. Currently
  +FOP uses a value of 72dpi.</p>
  +    </section>
     </body>
   </document>
  
  
  
  1.11      +0 -10     xml-fop/src/documentation/content/xdocs/output.xml
  
  Index: output.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/output.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- output.xml	14 Apr 2003 17:27:01 -0000	1.10
  +++ output.xml	22 Apr 2003 18:24:28 -0000	1.11
  @@ -28,16 +28,6 @@
   The net effect is that the layout of a given FO document can be quite different between renderers that do not use the same font information.
       </p>
     </section>
  -  <section id="general-resolution">
  -    <title>Graphics Resolution</title>
  -      <p>
  -This is an important issue when creating output for printing.
  -The dpi is used to convert measurements into points. For example 1in
  -= 2.54cm = 72 points. It is also used when determining the size of
  -images and the rendering of certain graphics in the output. Currently
  -FOP uses a value of 72dpi.
  -    </p>
  -  </section>
     <section id="general-direct-output">
       <title>Output to a Printer or Other Device</title>
           <p>
  
  
  

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