Browse Source

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
pull/32/head
Kelly Campbell 23 years ago
parent
commit
35f5a59155
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/config.xml

+ 2
- 2
conf/config.xml View File

@@ -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 -->

Loading…
Cancel
Save