I am writing a bit of javascript and have to choose between SVG or VML (or both, or something else, this is a strange world). As long as I know that at the moment only IE supports VML, I would rather discover functionality than the platform.
SVG has several properties that you can use for: window.SVGAngle, for example.
Is this the best way to test SVG support?
Is there any equivalent for VML?
Unfortuntaly - in firefox, I can happily do all the visualization in VML without errors - just nothing happens on the screen. It is difficult to detect this situation from a script.
javascript internet-explorer browser-detection svg vml
Jim T Mar 17 '09 at 12:58 2009-03-17 12:58
source share