]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed minor typos
authorVincent Hennebert <vhennebert@apache.org>
Tue, 22 Jan 2008 10:48:43 +0000 (10:48 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Tue, 22 Jan 2008 10:48:43 +0000 (10:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614169 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/graphics.xml

index b0ca327dd2e19839582439500e96bd8255111a44..7fc5c31e21f6fd6dcec867955da58285cf8d53b0 100644 (file)
         <p>
           Not all image formats are supported for all output formats! For example, while you can
           use EPS (Encapsulated PostScript) files when you generate PostScript output, this format
-          will not be supported by any other output format. Here's an overview which image formats
-          are supported by which output format:
+          will not be supported by any other output format. Here's an overview of which image
+          formats are supported by which output format:
         </p>
         <table>
           <tr>
         <title>XML Graphics Commons Native</title>
         <p>
           <a href="ext:xmlgraphics.apache.org/commons">XML Graphics Commons</a> supports a number
-          graphic file formats natively as basic functionality: all bitmap formats for which there
-          are Image I/O codecs available (JPEG, PNG, GIF, TIFF, etc.), EPS and EMF.
+          of graphic file formats natively as basic functionality: all bitmap formats for which
+          there are Image I/O codecs available (JPEG, PNG, GIF, TIFF, etc.), EPS and EMF.
         </p>
       </section>
       <section id="fop-native">
         Some bitmapped image file formats store a dots-per-inch (dpi) or other resolution 
         values. FOP tries to use this resolution information whenever possible to determine
         the image's intrinsic size. This size is used during the layout process when it is not
-        superceeded by an explicit size on fo:external-graphic (content-width and content-height 
+        superseded by an explicit size on fo:external-graphic (content-width and content-height 
         properties).
       </p>
       <p>