Browse Source

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
tags/fop-1_1rc1old
Glenn Adams 12 years ago
parent
commit
aab9b3159b

+ 1
- 1
src/documentation/content/xdocs/trunk/configuration.xml View File

@@ -443,7 +443,7 @@
<p>
Additionally, there are certain settings that control how the renderer handles various elements.
</p>
<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
</renderer>]]></source>

+ 1
- 1
src/documentation/content/xdocs/trunk/output.xml View File

@@ -406,7 +406,7 @@ out = proc.getOutputStream();]]></source>
<p>
The PCL renderer configuration currently allows the following settings:
</p>
<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
<disable-pjl>false</disable-pjl>

+ 3
- 0
status.xml View File

@@ -63,6 +63,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
<action context="Docs" dev="GA" type="fix" fixes-bug="53247">
Fix renderer mime type for PCL output; should be application/x-pcl.
</action>
<action context="Renderers" dev="GA" type="fix" fixes-bug="40699" due-to="Luis Bernardo">
Fix for invalid PDF for certain numerical values in SVG lineargradient.
</action>

Loading…
Cancel
Save