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>
Webページを閲覧すると、以下が表示されます
svg 画像はまだ来ておらず、画像の中断アイコンが表示されています。
私がここでやっていることの何が悪いのですか?