开发者

svg won't display in firefox

开发者 https://www.devze.com 2023-01-19 19:12 出处:网络
Is there something wrong with this code? The picture displays fine in Safari but Firefox开发者_开发知识库 doesn\'t display anything:

Is there something wrong with this code? The picture displays fine in Safari but Firefox开发者_开发知识库 doesn't display anything:

<div id="container"><img src="picture1.svg"/></div>


You need Firefox 4.0b6 or later for svg in img to work there, here's the bug if you're interested. Opera has supported svg-in-img since version 9.5.

0

精彩评论

暂无评论...
验证码 换一张
取 消