SVG Using Adobe in IE doesn't work when loading page, but saving the page and then loading it works.
- by Nick
So I'm trying to get a SVG document to load in IE. I can see it fine, but all calls to .getSVGDocument() fail, the svg onload="onload()" function never gets called and the right-click Adobe SVG Viewer context menu doesn't show up when right-clicking on the svg.
It seems as though I'm managing to crash the adobe SVG viewer or something before it is…