From: Christian Geisert Date: Wed, 15 Oct 2003 00:43:59 +0000 (+0000) Subject: PCL Output: SVG not supported X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1055 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f5e17bb79d0b3b4af2adca1eb3644742410b5d8;p=xmlgraphics-fop.git PCL Output: SVG not supported PR: 22943 Submitted by: Chris Bowditch (bowditch_chris hotmail.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196959 13f79535-47bb-0310-9956-ffa450edef68 --- 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.
  • Only the original fonts built into FOP are supported.
  • For the non-symbol fonts, the ISO 8859/1 symbol set is used (PCL set "0N").
  • Multibyte characters are not supported.
  • -
  • 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.
  • +
  • SVG is not supported.
  • 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.
  • Image scaling is accomplished by modifying the effective resolution of the image data. The available resolutions are 75, 100, 150, 300, and 600 DPI.
  • 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).
  • -
  • SVG clipping is not supported.