From fb507e9d7bcc336c29723aa91f4f0e97e6a4f087 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sat, 3 May 2003 06:59:06 +0000 Subject: [PATCH] Add note regarding Batik's SVG Rasterizer, per patch from Glen Mazza. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196394 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/graphics.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index ffe22cea1..66b1b563c 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -157,6 +157,12 @@ JAI is much faster than JIMI, but is not available for all platforms. See FOP uses Batik for SVG support. This format can be handled as an fo:instream-foreign-object or in a separate file referenced with fo:external-graphic.

+ +Batik's SVG Rasterizer utility may also be used to convert standalone SVG +documents into PDF. For more information please see the +SVG Rasterizer documentation +on the Batik site. +
Placing SVG Graphics into PDF -- 2.39.5