Emulating SVG and Safari's Canvas on Internet Explorer

This might be completely off the mark, but might it be possible to emulate a subset of Scalable Vector Graphics (SVG) or Safari's Canvas tag on Internet Explorer using IE's proprietary Vector Markup Language (VML) format? I don't know VML in-depth enough to know if it supports what is necessary for a subset of canvas or SVG, but it would certainly be a fun exercise to try to figure it out. If it is possible to emulate part of SVG or canvas with it, this means that canvas and SVG could be used in cross browser apps since both SVG+canvas will be in Mozilla 1.1, canvas is in Safari, and IE would have a VML shim to provide canvas or SVG support.

Some details on VML:

Comments

Gastón Ruíz said…
Perhaps Dean Edwards could put something like this together. I can't think of anyone better suited for this kind of a project.
Jeff Schiller said…
I had the same idea too (http://blog.codedread.com/archives/2005/07/12/xhtmlsvg-htmlvml/)

Someone needs to invoke the lazy web...
slyi said…
Done http://me.eae.net/stuff/iecanvas/demo.html