在SVG中链接/嵌入SVG,以便嵌入的文档与脚本交互

时间:2016-05-20 10:08:53

标签: javascript svg embed

如何在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>

https://plotti.co/plottycocpu的图片正在更新

0 个答案:

没有答案