Rodolfo, if you could point us to a URI?
opacity was a known ff problem, if there's much of it... filters also can be slow... did you try opera or safari-webkit? could you use css for mouseover? eg like this: http://www.peepo.co.uk/temp/moulin/moulin.svg regards Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet On 8 Feb 2008, at 22:14, RODOLFO MORENO LLACZA wrote: Thanks Andreas and Jonathan, I have already implemented the support for FF with its own native SVG for my application. the problem is that is too slow. Which is why I wanted to use the ASV 6 in FF. I would like to know whether there is some way of doing that the own native SVG of Firefox to be faster. I have a GIS application. The loading of the layers are a little slow, but mouseover event is really slow that it seems like a defect of my aplication in my tooltip functions. RODOLFO ----- Original Message ---- From: Andreas Neumann <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, February 8, 2008 2:42:25 AM Subject: [svg-developers] Re: postURL doesn't work in FF2 +ASV 6 Hi Rodolfo, ASV6 was never properly tested and there are known issues with Firefox. Firefox, however, has its own native SVG support and Firefox3 (soon to be released) has improved in SVG substantially. So I really recommend not relying on ASV for Firefox. In Opera, Safari and Firefox you can use the XMLHttpRequest to do network requests. See http://www.carto. net/papers/ svg/ network_requests/ index.shtml for a wrapper function around getURL (for ASV and Batik) and XMLHttpRequest for other web-browsers. Andreas --- In svg-developers@ yahoogroups. com, RODOLFO MORENO LLACZA <rodolfoamoreno@ ...> wrote: > > hi ALL, > I have FF2 and I have set svg.enabled = false (this using about:config) in order to disabled the own support for SVG of FF and I have installed the ASV 6 plugin. > > getURL method is working fine but postURL method doesn't work. > > however getURL and postURL working fine with IE7 + ASV3. (I have tested one week ago) > > I don't know which is the error or maybe is an ASV6 bug > > the way how I am calling this method is: > postURL(url, params,getURLCal lback,'applicati on/x-www- form- urlencoded; charset=utf- 8'); > > thanks in advantage > RODOLFO > > > ____________ _________ _________ _________ _________ _________ _ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo. com/r/hs > > [Non-text portions of this message have been removed] > __________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs [Non-text portions of this message have been removed] ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

