diff options
author | Kelly Campbell <kellyc@apache.org> | 2001-02-23 16:48:01 +0000 |
---|---|---|
committer | Kelly Campbell <kellyc@apache.org> | 2001-02-23 16:48:01 +0000 |
commit | 9c047c91e5cffbe925b39268e603139e8e5d148c (patch) | |
tree | 8b110277c9a94cf4dabb5ba047caf62dbccc2769 /conf/config.xml | |
parent | 775388a1970f4ea477af8187acb520384602919c (diff) | |
download | xmlgraphics-fop-9c047c91e5cffbe925b39268e603139e8e5d148c.tar.gz xmlgraphics-fop-9c047c91e5cffbe925b39268e603139e8e5d148c.zip |
Turned Flate and ASCII-85 filters back on.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/config.xml')
-rw-r--r-- | conf/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.xml b/conf/config.xml index 794fbcca9..3d520fec1 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -39,11 +39,11 @@ <key>stream-filter-list</key> <list> <!-- provides compression using zlib flate (default is on)--> - <!-- <value>flate</value> --> + <value>flate</value> <!-- encodes binary data into printable ascii characters (default off) This provides about a 4:5 expansion of data size --> - <!-- <value>ascii-85</value> --> + <value>ascii-85</value> <!-- encodes binary data with hex representation (default off) This filter is not recommended as it doubles the data size --> |