i find the reason why there is a slowness with firefox that does not exist with IE:
be carefulll of declaring the last version link for : xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/TR/REC-xml-names" xmlns:evt="http://www.w3.org/TR/xml-events" ----- Original Message ----- From: "Sylvain Rouillard" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, March 09, 2006 11:57 AM Subject: Re: [svg-developers] slowness with firefox Le Jeudi 9 Mars 2006 10:46, Erwan TROEL a écrit : > i have a pb of slowness with firefox that doesn't exist with internet > explorer > > i embed an svg in an html page, the svg is linked to a css page an to > javascript pages: > > <?xml-stylesheet href="../../../styles_defaut.css" type="text/css" ?> > > > in this page my code looks like: > rect.rectNavigateur { fill:darkcyan; stroke:none; opacity:0.2; > } rect.checkBoxRect { fill:white; stroke:darkcyan; > stroke-width:1.5; } rect.fondEcran { fill:mintcream; } > rect.fenetreTableau { fill:mintcream; stroke:none; } > rect.barreTitreTableau { fill:mediumturquoise; stroke:darkcyan; } > rect.fondTableau { fill:none; stroke:darkcyan; } > > > in a javascript page i say: > > svgObj.setAttribute("class",rectNavigateur); > > > this create a slowness with firefox and not with IE > > why????? I think FF does not handle opacity too well, at least probably not as well as ASV does. Just my two centimes... ___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez sur http://fr.messenger.yahoo.com ----- 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 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/

