IE 9 in IE8 Browser Mode/Document mode supports SVG?

I know nothing about Raphaël, but I do know that IE9 reports its JScript Version incorrectly. No matter what version you have Browser Mode/Document Mode set to, @_jscript_version returns 9. If Raphaël decides whether to use VML or SVG based on @_jscript_version, it could cause trouble.

Hmm that's not quite it... this is the line that's tripping up IE: R. Type = (win. SVGAngle || doc.implementation.

HasFeature("w3.org/TR/SVG11/feature#BasicStructure"? , "1.1")? "SVG" : "VML"); so in IE8, win.

SVGAngle isn't defined, but it seems like IE9's IE8 mode has it defined... – Aaron Gibralter Dec 23 '10 at 19:58.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions