Anyone managed to do this?
I've tried using embed, object, and iframe, entered from either the TinyMCE or the CodeMirror editors. I'm turning on html view and directly adding something like this to a page:
<embed src="rect.svg" width="300" height="100"
type="image/svg+xml"
pluginspage="http://www.adobe.com/svg/viewer/install/" />
This doesn't work on either editor. When I 'save', both editors silently remove my new HTML. TinyMCE will show the graphic in the editor window, but it disappears as soon as I save. I can't find anything in Google, and I can't immediately see why Joomla would have enough interest in an embed element to remove it. If Joomla can't do it, can anyone suggest a CMS that can display SVGs? I need to produce a website whose sole purpose is to display SVGs... :(
Various good answers at http://forum.joomla.org/viewtopic.php?f=615&t=628714.