[svg-developers] SVG "Detect" routine

2007-03-10 Thread Aaron Gray
Can you eyeball this and possibley test it and/or comment on it, please // // hasSVG.js - Detect SVG // function hasSVG() { var agent = navigator.userAgent; if (agent.indexOf("MSIE") != -1) { GenerateAdobeSVGCheck(); return isSVGControlInstalled(); } else if

Re: [svg-developers] SVG "Detect" routine

2007-03-10 Thread Doc
Here is a URL to an ongoing project of mine that features an ASV plug in installer for the IE context (About the only browser of merit that needs it. http://kirksaeter.com/SpeakerSelector/SpeakerSelector.html I am working on a few other IE/ASV isims but the plugin helper ought to sove your issues

Re: [svg-developers] SVG "Detect" routine

2007-03-10 Thread ddailey
ty into the equation (having not been able to test Safari very much -- I'm hoping I change this soon.) DD - Original Message - From: Doc To: svg-developers@yahoogroups.com Sent: Saturday, March 10, 2007 6:21 PM Subject: Re: [svg-developers] SVG "Detect" rout

Re: [svg-developers] SVG "Detect" routine

2007-03-11 Thread Aaron Gray
ing SVG version or type. That could be done as a separate function. Many thanks, Aaron - Original Message - From: ddailey To: svg-developers@yahoogroups.com Sent: Sunday, March 11, 2007 1:17 AM Subject: Re: [svg-developers] SVG "Detect" routine You'll need