如何在SVG中嵌入图像的结果与嵌入HTML中<object>
标记的结果相同?当我使用<image>
时,嵌入式SVG中的脚本不会执行,就像它们被包含在HTML中的<img>
一样。
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="900"
height="750"
id="svg3554"
version="1.1">
<g
id="layer1"
transform="translate(0,-302.36218)">
<image
y="386.53677"
x="8.6410007"
id="image4194"
xlink:href="https://plotti.co/plottycocpu"
height="252.65083"
width="872.79382" />
</g>
</svg>