Is SVG still usable in ASP.NET?
I''ve looked at tutorials at 15 Seconds, MSDN, 4GuysFromRolla and none of them seem to work.
I have installed the SVG viewer but all the demo's on the sites that acompany the tutorials do not show the SVG. Under IE and try to download the aspx under Fire fox.
SVG is viewable just fine on my machine... but the tricks used to get it to function dynamicly with asp.net seem to fail.
From what the totorials are saying I understand thier concept... get an aspx file to output SVG dynamicly then call the aspx file that is mimicing the SVG from another file as if it was an .svg
I cant get the demo code from any of these sites to work in any browser on my 2 work PC's or my home PC... even the live demo's (that use ASP.NET ) on thier sites don't work in my browsers...
The examples and tutorials I have seen seem to be a few years old so I was wondering if it's down to modern browsers not supporting this behavoir(or hackey way of using it with ASP.NET) or is it the 2.0 framework... or is it just me and my browsers?