Hi, > > I want to read this svg file > > (http://www.kevlindev.com/dom/path_data/gravity.svg) in a svgcanvas > > (with this code : http://xml.apache.org/batik/svgcanvas.html) the only > > thing that i change is > > svgCanvas.setDocumentState(JSVGCanvas.ALWAYS_INTERACTIVE) > > but there is no animation... why ?) > > Because when you set the document to be just interactive you only > get support for links and tooltips (title/desc) you don't get support > for DOM modifications/ecmascript. You need to set this to > ALWAYS_INTERACTIVE or leave it alone.
Or Maybe you can set to ALWAYS_DYNAMIC Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
