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%" />
    <stop offset="100%" />
</linearGradient>
</defs>

<path d="M 150 94 V 356 H 600 V 94 Z" />

<path d="M 0 94 V 456 H 150 V 94 Z" />
but every time it renders a color solid block in PDF,
 
thx

Reply via email to