David Gerard wrote:
What's the quality of in-browser SVG rendering on Firefox 3.0 and 3.1? Looking at it casually, FF 3 betas did good rendering but weren't very fast. OTOH, sending the hard work to the client when you know it's up to the task is reasonable these days. I believe ordinary HTML <img src="something.svg" height=nn width=nn> works fine. (Haven't tried Safari, Chrome or Opera.)
Ijust checked and it still doesn't. Using a <img tag fails. You need an <iframe, <object or <embed to show it. However, old Safari versions seem to crash with <object http://www.alleged.org.uk/pdc/2002/svg-object.html
Also, I found that placing many svgs on a page allowed to perform a denial of service (firefox 2 freezed while trying to do the expensive operation of rendering), which is an important point to take into account in a wiki.