Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any tools to convert legacy VML to SVG?

Tags:

asp.net

svg

vml

Just wondering if anybody has come across a tool or anything to make the process easier of converting VML to SVG or some other modern format (Silverlight, flash).

I'm dealing with some legacy VML browser renderings and I'd like to make it cross browser compatible. Right now the vml is being generated on the server side.

Would also be helpful if there was a chart to map VML markup to SVG, in table format as a cheat sheet or something.

Thanks

like image 502
Ryu Avatar asked Sep 24 '09 19:09

Ryu


1 Answers

Vector Converter claims to convert between SVG and VML, among other formats.

like image 102
Ryu Avatar answered Nov 12 '22 12:11

Ryu