From: Glenn Adams Date: Wed, 16 May 2012 22:01:39 +0000 (+0000) Subject: Bugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl. X-Git-Tag: fop-1_1rc1old~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aab9b3159b8414141c0bcd2fb97cb3a379eb0a2a;p=xmlgraphics-fop.git Bugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339388 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index 10769c5ff..c56b974f8 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -443,7 +443,7 @@

Additionally, there are certain settings that control how the renderer handles various elements.

- + quality bitmap ]]> diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 7d6147be9..d61ba8840 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -406,7 +406,7 @@ out = proc.getOutputStream();]]>

The PCL renderer configuration currently allows the following settings:

- + quality bitmap false diff --git a/status.xml b/status.xml index 0b3e429d9..45ca2f352 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> + + Fix renderer mime type for PCL output; should be application/x-pcl. + Fix for invalid PDF for certain numerical values in SVG lineargradient.