Thursday, March 22, 2012

Support for SVG? ASP.Net, IE & others

There are many unanswered questions about SVG in those forums (see1,2,3,4 among others). What is the state of SVG support in ASP.NET? Is-it already possible to develop a ASP.NET website using SVG? if not what is the support roadmap?

Thanks in advance,
Joannes
http://www.peoplewords.com

Since scalable vector graphics are not a .NET technology but an HTML technology, ASP.NET doesn't care about them. On the good side, it also means ASP.NET fully supports using them, since ASP.NET isn't involved in any way. And since it doesn't involve ASP.NET it's reasonable to expect no answer in an ASP.NET forum.

For SVG you need a compatible viewer. And that's really about it. Google will find you plenty of tutorials, most several years old and still valid.

Jeff

0 comments:

Post a Comment