1) Replacing animated GIFs. There does not appear to be a serializer that will convert SVGs to GIFs.
correct. but why not let the adobe svg plugin handle this for you?
2) Detecting whether or not the user-agent can render SVGs natively. I have installed the adobe SVG plug-in in Mozilla. This works with the native SVG samples. But as the Accept header looks like this:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
there appears to be no way to detect that native SVG support is present.
Have you tried client side javascript detection?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
