Chrome not rendering SVG referenced via <img> tag

I use Photoshop to export svg which works fine when used inside img tag in Firefox but fails in Chrome ie nothing shows up.

I have exactly the same problem as this question: Chrome not rendering SVG referenced via <img> tag and using Adobe Illustrator and opening the .svg file and saving as embed does solve the issue.

So the seleced solution does solve my problem too but it requires Adobe Illustrator.

Since I don't need Adobe Illustrator for anything else, I wanted to know if there is an alternative?

http://jsfiddle.net/2x00wmxy/

<img src = "http://imgh.us/testsvg_1.svg" />

Try the jsfiddle in Chrome and Firefox and you'll see the difference.

链接地址: http://www.djcxy.com/p/95752.html

上一篇: Inkscape:SVG到PDF删除组

下一篇: Chrome不会呈现通过<img>标记引用的SVG