I change my code to use
<fo:external-graphic content-height="6in" content-width="7in"
src=url(/tmp/tmp.svg)/>
No the process locks some where ??
The last log from FOP
[INFO] 1
usaully meaning one page has been generated.
But my process now hangs ??
-----Original Message-----
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Friday, May 09, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: PostScript
I was able to reproduce the problem. So you are creating an XSL-FO
document and using an fo:instream-foreign-object with embedded SVG that
only contains an image element. Is that correct? Exactly this
constellation obviously triggers a bug somewhere in the SVG part of the
PS renderer. Using an fo:external-graphic with the same image will
produce a page with the bitmap properly rendered. So you will be able to
work-around with fo:external-graphic in this case.
I've filed a bugzilla entry for this so it doesn't get forgotten:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19797
On 09.05.2003 15:09:49 Leet, Ethan C wrote:
> I can only send the ps file.
>
> The FO file is code,
>
> I create the Driver
> set an output stream
> set a render PDF or PS
> I then call getContentHandler() - which is the FOTreeBuilder
>
> I then manually send SAX (XSL-FO) events to generate to the FOTree.
>
> I can include the code file.
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]