]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
PCL Output: SVG not supported
authorChristian Geisert <chrisg@apache.org>
Wed, 15 Oct 2003 00:43:59 +0000 (00:43 +0000)
committerChristian Geisert <chrisg@apache.org>
Wed, 15 Oct 2003 00:43:59 +0000 (00:43 +0000)
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

src/documentation/content/xdocs/output.xml

index 0d3c3ebd76af2b0d7ae2695384801dc3e4191e06..537762b06ef34bd412c511b771ecb1fc2fb18876 100644 (file)
@@ -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>