que descuido el mio, y si has leido mi respuesta y visto el ejemplo
Código HTML:
Ver original<embed src="cuadro_azul.svg" width="300" height="100" title="SVG en Embed" type="image/svg+xml"
pluginspage="http://www.adobe.com/svg/viewer/install/" />
quizás tengas que definirle las medidas en el embed y asegurarte que correspondan a las de tu SVG
Código SVG:
Ver original<rect width="300" height="100"
style="fill:rgb(0,0,255);stroke-width:1;
stroke:rgb(0,0,0)"/>