Coming from the world of Flash, I'm lost without "cacheAsBitmap," but found this little snippet:
It essentially takes any SVG tag and converts it to a bitmap on a canvas, allowing you to then hide or remove SVG from the display and thus rendering only a single or multiple bitmaps.
The problem is the code appears to fail in Firefox. I can only get it to successfully work in Chrome and Safari. IE9 and Firefox both give odd errors, and of course, I'm clueless with how to support something like this for VML.
Any thoughts on making this functionality more cross-browser friendly?