I'm not sure, but is your unix box 'headless'? If so, batik has a problem (AWT related I believe) under particular versions of the JVM. Either install X or upgrade to 1.4.xx (whatever is the latest).
J. > -----Original Message----- > From: Miltos Margetis [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 9 July 2003 1:34 pm > To: [EMAIL PROTECTED] > Subject: SVG Problem in Unix > > > > Hi, > > I am trying to create a pdf with an svg, using the xsl code below: > > <fo:static-content flow-name="xsl-region-before"> > <xsl:if test="data/ContractTO/statusId= '6000'"> > <fo:block> > <fo:instream-foreign-object > xmlns:svg="http://www.w3.org/2000/svg"> > <svg:svg width="40in" height="40in"> > <svg:g transform="translate(150,150)"> > <svg:g transform="rotate(45)"> > <svg:g style="fill:none; stroke:gray;stroke-width:1"> > <svg:text x="35" y="100" > style="font-size:100;font-family:TimesNewRoman">DRAFT </svg:text> > </svg:g> > </svg:g> > </svg:g> > </svg:svg> > </fo:instream-foreign-object> > </fo:block> > </xsl:if> > > While this works perfectly in Win NT ,there are some problems in Unix > creating the svg(the body of the pdf is OK but there is no svg). > > Does anyone has an idea about this? > > _________________________________________________________________ > Add photos to your messages with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ======================================================================= Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other commitment through the use of this email. Experian Limited (registration number 653331). Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
