aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geisert <chrisg@apache.org>2003-10-15 00:43:59 +0000
committerChristian Geisert <chrisg@apache.org>2003-10-15 00:43:59 +0000
commit8f5e17bb79d0b3b4af2adca1eb3644742410b5d8 (patch)
tree59a8675034527b1e3dc269984a52de798c990b9b
parent772a8a0bfa7297ef421898fac0b408d1a19dfcd6 (diff)
downloadxmlgraphics-fop-8f5e17bb79d0b3b4af2adca1eb3644742410b5d8.tar.gz
xmlgraphics-fop-8f5e17bb79d0b3b4af2adca1eb3644742410b5d8.zip
PCL Output: SVG not supported
PR: 22943 Submitted by: Chris Bowditch (bowditch_chris <at> hotmail.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196959 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/output.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/output.xml b/src/documentation/content/xdocs/output.xml
index 0d3c3ebd7..537762b06 100644
--- a/src/documentation/content/xdocs/output.xml
+++ b/src/documentation/content/xdocs/output.xml
@@ -172,11 +172,10 @@ print the output generated by the PCLRenderer.
<li>Only the original fonts built into FOP are supported.</li>
<li>For the non-symbol fonts, the ISO 8859/1 symbol set is used (PCL set "0N").</li>
<li>Multibyte characters are not supported.</li>
- <li>SVG support is limited. Currently only lines, rectangles (may be rounded), circles, ellipses, text, simple paths, and images are supported. Colors are supported (dithered black and white) but not gradients.</li>
+ <li>SVG is not supported.</li>
<li>Images print black and white only (not dithered). When the renderer prints a color image it uses a threshold value, colors above the threshold are printed as white and below are black. If you need to print a non-monochrome image you should dither it first.</li>
<li>Image scaling is accomplished by modifying the effective resolution of the image data. The available resolutions are 75, 100, 150, 300, and 600 DPI.</li>
<li>Color printing is not supported. Colors are rendered by mapping the color intensity to one of the PCL fill shades (from white to black in 9 steps).</li>
- <li>SVG clipping is not supported.</li>
</ul>
</section>