From: William Victor Mote Date: Tue, 22 Apr 2003 18:24:28 +0000 (+0000) Subject: Move graphics comments from output.xml to graphics.xml. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1561 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=997485baf1f77903b50d6ae57173cbb54141b01e;p=xmlgraphics-fop.git Move graphics comments from output.xml to graphics.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196321 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index 35d374a16..ad1203018 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -276,5 +276,13 @@ into a raster graphic are not drawn properly in PDF. The image is opaque. +
+ Graphics Resolution +

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.

+
diff --git a/src/documentation/content/xdocs/output.xml b/src/documentation/content/xdocs/output.xml index 05aa4c438..3ba4a509a 100644 --- a/src/documentation/content/xdocs/output.xml +++ b/src/documentation/content/xdocs/output.xml @@ -28,16 +28,6 @@ This can result in several differences, including actually using different fonts 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.

-
- Graphics Resolution -

-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. -

-
Output to a Printer or Other Device