My long term goal is to make dynamic updatable SVG and HTML displayed on JSVGCanvas using _javascript_, SMIL tags, and Batik event model. I can use _javascript_ to modify the DOM tree, thus I can create a new node. But I failed to display the updated DOM tree on the JSVGCanvas. As I read from Batik CVS, Batik currently does not support dynamic update, the only way to see the update is to call the setDocument on JSVGCanvas to see the update of the whole SVG file. Since I am modifying the DOM in _javascript_, how could I call the JSVGCanvas update in _javascript_? Does Batik currently support update to individual components for better interactivity?
 
Regards,
William

 

Reply via email to