diff options
Diffstat (limited to 'src/documentation/content/xdocs/trunk/configuration.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index c56b974f8..b30a091a5 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -471,6 +471,7 @@ <source><![CDATA[<renderer mime="application/x-afp"> <images mode="b+w" bits-per-pixel="8" native="true"/> <renderer-resolution>240</renderer-resolution> + <line-width-correction>2.5</line-width-correction> <!-- a default external resource group file --> <resource-group-file>resources.afp</resource-group-file> @@ -482,6 +483,9 @@ <p> The default value for the "renderer-resolution" is 240 dpi. </p> + <p> + The default line width is device dependent and may need to be fine tuned so that the output matches the expected result. The default correction value is 2.5. + </p> <!-- <p> The default value for the MO:DCA "interchange-set" is "MO:DCA-L". Other compliance settings include presentation interchange sets "MO:DCA-P IS/1" and "MO:DCA-P IS/2" (Resource Groups). |