diff options
author | Glenn Adams <gadams@apache.org> | 2012-05-17 01:42:56 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-05-17 01:42:56 +0000 |
commit | 5a0e10ae9de3fdac3f68f909fce6fddea524a8d5 (patch) | |
tree | 3ab7d5013ef3934dfcbdc4ab17f87fc11354c38c /conf | |
parent | c251ff4844177a7f2e0d77a55625acfb758f343f (diff) | |
download | xmlgraphics-fop-5a0e10ae9de3fdac3f68f909fce6fddea524a8d5.tar.gz xmlgraphics-fop-5a0e10ae9de3fdac3f68f909fce6fddea524a8d5.zip |
Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. Submitted by Luis Bernardo.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index 10b31cf86..01f12fd14 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -94,6 +94,7 @@ the location of this file. --> <images mode="b+w" bits-per-pixel="8"/> <renderer-resolution>240</renderer-resolution> + <line-width-correction>2.5</line-width-correction> <resource-group-file>resources.afp</resource-group-file> <fonts> |