Adobe has a older Windows / Mac plugin (Some 3.0 beta can be found for linux/solaris/etc) that supports full SVG 1.0
IMPORTANT: SVG embedded in HTML with the Adobe plugin (Version 3.0) for Mozilla breaks with the standard method. Use something like:
<iframe src="my_svg_code.svg" height="540" width="99%" frameborder="0">
... Sorry you need an SVG plugin. Get it from ...
</iframe>
Alternatively, you should download Pre-release 6.0 Alpha. In order to install it with Mozilla (tested with Moz 1.x/Win2k and Firefox/WinXP) you must copy the 2 files from:
C:\Program Files\Common Files\Adobe\SVG Viewer 6.0\Plugins\*
(or C:\Program Files\Fichiers Communs\Adobe\SVG Viewer 6.0\Plugins\*
in a french system)
to c:\Program Files\Mozilla.org\Mozilla\Plugins\
(and do not forget to remove the old NPSSV* files !). This pre-release has some bugs, e.g. some carto.net samples won't work neither in IE 6.0.2800.1106 nor Moz 1.4, but then maybe the API has changed (DKS/July 18/2003). On the other hand, this implementation has much better support for text (SVG 1.2) !