aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-22 18:24:28 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-22 18:24:28 +0000
commit997485baf1f77903b50d6ae57173cbb54141b01e (patch)
treed44c0a66541583a57c37456183ccc020bfd311c8 /src/documentation/content/xdocs
parent8d470661ba7eba6660286cb84d61b637b0b443d3 (diff)
downloadxmlgraphics-fop-997485baf1f77903b50d6ae57173cbb54141b01e.tar.gz
xmlgraphics-fop-997485baf1f77903b50d6ae57173cbb54141b01e.zip
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
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/graphics.xml8
-rw-r--r--src/documentation/content/xdocs/output.xml10
2 files changed, 8 insertions, 10 deletions
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.
</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>
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.
</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>