Hello batik-users (and developers :-),
I am changing the attributes (here stop-opacity) of a gradient (e.g. every
100 ms). The changes are saved in the DOM tree, but the text element
referencing the gradient does not reflect the changes. In Adobe's SVG Viewer
it does.
Does Batik not yet support this 'dynamic update' or do I need to change any
options?
Is this true for all elements within <defs></defs>, or even for all elements
that can be referenced?
Thanks in advance and have a nice weekend,
Martin
[Batik 1.5beta4b, JDK 1.4, Windows 2000]
<defs>
<radialGradient id="Decay">
<stop id="Start" offset="0%" stop-opacity="1.0" />
<stop id="Stop" offset="100%" stop-opacity="1.0" />
</radialGradient>
</defs>
<text x="50" y="200" fill="url(#Decay)">TEXT</text>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]