Hi again !

My updating problem looks like it is related to the mask
element (xml below), I update the "y" attribute with a
timer (through the update manager thread) but the image
is not updated the only way to make it update is to resize
the JSVGCanvas with the mouse, I tried to call
updateManager.dispatchSVGResizeEvent();
but nothing happens, I guess this will not do
anything if the size of the canvas has not changed.

This is the xml part that causes the problem.

<def>
 <mask id="MaskLev">
   <rect id="mask1" x="120" y="100" width="160" height="120"
style="fill:white"/>
 </mask>
</def>
...
using the mask here
...

Should Batik be able to handle dynamic changes
to a mask element or is this something I have to live
with ?

Mikael



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to