There is an svg file I want put into my cfm page. Safari can render it correctly, however, other browsers: In Chrome and Opera it will only show up as xml source; In IE it just left as blank; In FF it display as a plugin icon, if I click it, it will search for plugin, eventually will tell me there is no plugin available. I had Adobe SVG view installed on my machine (client machine). I embedded the svg file in cfm as:
<embed src="#myimagelocation#" type="image/svg+xml" width="32" height="32"></embed>
Where #myimagelocation#
would contain value like: http://example.com/a.svg
.
Anyone know how to solve the problem? Thank you very much.