【发布时间】:2011-07-18 09:23:27
【问题描述】:
我正在尝试显示这个简单的嵌入式 SVG 图像:
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<g>
<title>Layer 1</title>
<text xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" id="svg_1" y="125" x="141" stroke-width="0" stroke="#000000" fill="#000000">test</text>
</g>
</svg>
</body>
</html>
Chrome 显示它,但 Opera 和 Firefox 没有。有什么遗漏吗?
【问题讨论】:
标签: svg cross-browser