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

我使用Photoshop导出svg,它在Firefox中的img标签内使用时工作正常,但在Chrome中失败,即没有任何显示。

我和这个问题的问题完全相同:Chrome不通过<img>标记渲染SVG,并使用Adobe Illustrator并打开.svg文件并保存为嵌入,这确实可以解决问题。

所以选择的解决方案也解决了我的问题,但它需要Adobe Illustrator。

由于我不需要其他的Adobe Illustrator,我想知道是否有其他选择?

http://jsfiddle.net/2x00wmxy/

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

试试Chrome和Firefox中的jsfiddle,你会看到不同之处。

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

上一篇: Chrome not rendering SVG referenced via <img> tag

下一篇: files to svg files and preserve the layers?