Comment on Why Canvas is not an obvious choice for web gamesparentComments−pak15yYou 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.−metageek15yThanks, I'll take a look next time I need it.
Comments
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.
Thanks, I'll take a look next time I need it.