aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/fop.xconf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf
index a997a89d2..243226574 100644
--- a/conf/fop.xconf
+++ b/conf/fop.xconf
@@ -16,8 +16,12 @@ the location of this file.
<!-- Base URL for resolving relative URLs -->
<base>.</base>
- <!-- Internal resolution in dpi (dots/pixels per inch), default: 72dpi -->
- <resolution>72</resolution>
+
+ <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
+ <source-resolution>72</source-resolution>
+ <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
+ <target-resolution>72</target-resolution>
+
<!-- Default page-height and page-width, in case
value is specified as auto -->
<default-page-settings height="11in" width="8.26in"/>