On Mon, 2002-10-28 at 11:37, marco scotoni wrote: > Are you meaning in FOP CVS? or Batik?
FOP cvs. This is where the pdf transcoder is. This contains all the classes that batik uses to render and create the pdf output document. > > 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]