我使用jQuery控制鉻SVG文件,爲什麼<image>標籤被改變的jQuery <img>標籤,在Chrome
$('svg #lotsofimage').append("<image xlink:href='" + conf[thing].base + "' width= '" + conf[thing].width + "px' height= '" + conf[thing].height + "px' x='" + thing_x + "pt' y='" + thing_y + "pt' ></image>");
,但我打開的開發工具,它顯示如下:
<img xlink:href="xxxx" width="xxxx">
<image></image>was instead of <img />
如何處理?
好吧,所以我檢查了。沒有''標籤。你要做什麼? –
Fresheyeball
@Fresheyeball:'image'是SVG的一部分。 – icktoofay
@icktoofay哦對。感謝您澄清 – Fresheyeball