Hacker News new | ask | show | jobs
by pak 5680 days ago
You should check out http://raphaeljs.com/ , which basically unifies the SVG API in a cross-browser way. In IE, it translates everything to VML on the fly. You need to transcode your SVG to Raphael's JSON-based format, but it's not hard to do.
1 comments

Thanks, I'll take a look next time I need it.