chrisg 2003/10/14 17:43:59
Modified: src/documentation/content/xdocs output.xml
Log:
PCL Output: SVG not supported
PR: 22943
Submitted by: Chris Bowditch (bowditch_chris <at> hotmail.com)
Revision Changes Path
1.14 +2 -3 xml-fop/src/documentation/content/xdocs/output.xml
Index: output.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/output.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- output.xml 15 Sep 2003 20:54:01 -0000 1.13
+++ output.xml 15 Oct 2003 00:43:59 -0000 1.14
@@ -172,11 +172,10 @@
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]