Hello foppers,

We've just put a watermark on our documents & it works fine on two PC's using FOP 0.20.5, 0.93 & 0.94.

It's completely ignored on two linux servers (tested with same 3 fop versions). The rest of the document renders fine, just no watermark, except for 20.5 which fails with an erroneous error about an id already existing (yes it only happens with below svg included).

<fo:block-container width="25cm" height="18cm" top="0cm" left="0cm" position="absolute">
   <fo:block>
     <fo:instream-foreign-object xmlns:svg="http://www.w3.org/2000/svg";>
       <svg:svg width="25cm" height="18cm">
           <svg:g transform="rotate(-35)">
<svg:text x="-200" y="17cm" style="font-family:serif; font-size:70pt; font-weight:normal; fill:none; stroke:black; stroke-width:1.0; stroke-opacity:0.30; letter-spacing:14pt;"> <xsl:value-of select="substring-before(Header/Amend_Confirm,':')"/>
             </svg:text>
           </svg:g>
       </svg:svg>
     </fo:instream-foreign-object>
   </fo:block>
 </fo:block-container>

We've tried changing font, colour & opacity & set the xslt xml declaration to standalone. The server already has the headless=true option on.

Can anyone see any problems with this? Otherwise it's gif time.

Another interesting note is that the svg overlays the region-body text, but not the static-content stuff. This is annoying, hence the no-fill.

--
Regards,
Roland
This e-mail is solely for the use of the intended recipient and may contain 
information which is confidential or privileged. Unauthorised use of its 
contents is prohibited. If you have received this e-mail in error, please 
notify the sender immediately via return e-mail and then delete the original 
e-mail. Any views or opinions presented are solely those of the author.


This e-mail is solely for the use of the intended recipient and may contain 
information which is confidential or privileged. Any unauthorised use of its 
contents is prohibited. If you have received this e-mail in error, please 
notify the sender via return e-mail and then delete the original e-mail.


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

Reply via email to