Hi all, I got it working in Opera now, and it does fine so far. The only problem is that it appears to register a mouseout if I press a mouse button. I guess I'll circumvent that with javascript animation instead of the declarative animation.
You'll have to prevent Opera from rendering the SVG in it's own (Tiny -) SVG renderer, as described in http://www.opera.com/support/search/ supsearch.dml?index=466 . I've tried Mozilla's native renderer and batik (and some others), however batik appeared to be too slow for an interactive application and both did not to work together well with the SPARK library which seems to be quite dependend on the Adobe SVG viewer. Raoul --- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > Manuel Cañón López schrieb: > > >I've install adobe svg plugin in Debian sarge without problems (just > >following the instructions), in mozilla-firefox. > >In my opinion, is the best one. Ah!! and choose the 3.02... > > > >And for the mouse movement problem... puff, no way. The onmouseover > >onlye works sometimes... if I put the mouse a bit slow over a figure it > >doesn't detect it, or if I go over a figure from down to up... I think > >that there is a lot of job in this part... but I'm afraid adobe will not > >do it :( > >Has anyone a hint? > > > > > you could check out mozillas native SVG implementation, the linux > version can be downloaded here: > http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ firefox-1.0+.en-US.linux-i686.installer.tar.gz > note that its an alpha build, its not as fast as the Adobe plugin, but > integrates much better with the browser. > currently my favorite SVG implementation for linux is Batik squiggle, > http://xml.apache.org/batik/ > its the most performant and complete implemetation for linux right now. > but wach out for renesis > http://www.gosvg.net/ > wich is supposed to work under linux as well, and looks very promising. > and last but not least, the KSVG2 implementation looks promising, too. > http://svg.kde.org/ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

