我写了一个小示例,其中包含了 svg 文件,我的代码如下
<svg id="cityBox" width="600" height="400">
<text x="300" y="50" font-family="sans-serif" font-size="36" text-anchor="middle"
stroke="#000000" fill="#000000">
Survivng the Zombie
</text>
<image id="human" x="250" y="175" width="50" height="50" xlink:href=image1.svg/>
</svg>
在浏览网页时,我看到如下
svg 图像仍未出现并显示图像中断图标。
我在这里做错了什么?