Are you meaning in FOP CVS? or Batik?
----- Original Message ----- 
From: "Keiron Liddle" <[EMAIL PROTECTED]>
To: "Batik Users" <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 11:27 AM
Subject: Re: Rendering Svg in PDF


> Hi,
> 
> The linear gradient is not implemented in the version you are using.
> 
> It is implemented in cvs however there is some work todo before this can
> be used with cocoon.
> 
> Keiron.
> 
> On Mon, 2002-10-28 at 10:58, marco scotoni wrote:
> > Hi,
> > 
> > i use batik 1.5b4,  fop 0.20.4 on cocoon 2.0.3.
> > i have a code svg like that:
> > 
> > <defs>
> >  <linearGradient id="two_hues" x1="0%" y1="0%" x2="0%" y2="100%">
> >     <stop offset="0%" style="stop-color: black;"/>
> >     <stop offset="100%" style="stop-color: white;"/>
> >  </linearGradient>
> > </defs>
> > 
> > <path d="M 150 94 V 356 H 600 V 94 Z" style="fill: url(#two_hues);"/>
> > 
> > <path d="M 0 94 V 456 H 150 V 94 Z" style="fill: url(#two_hues);"/>
> > 
> > but every time it renders a color solid block in PDF, 
> > 
> > thx
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to