Gergely Hajdu wrote:
[impreciese stuff]

At least you mentioned unambiguously that you are *generating*
a TIFF image, rather than including one.

Try setting a black background on all your regions:
 <fo:simple-page-master name="foo">
   <fo:region-body background-color="black" ... />
   <fo:region-before background-color="black" .../>
  ...

Don't forget to set the normal text color to white. I think
it should work to set it on the page sequence or even root:
  <fo:page-sequence color="white" ...>

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to