I need to convert one huge application that contains lots of VML code. This VML code need to be converted into SVG in order to run smoothly on IE10.
I have seen many libraries that convert SVG into VML, but not the opposite. So, Does anybody has come across either a tool or a library that make this process?
I was expecting to not change VML code manually, maybe something that can interpret the VML and convert into SVG on the fly?