如何在svg-edit中使用外部图像作为模式?

时间:2015-11-05 16:04:09

标签: svg-edit

我是 svg-edit 的新手,我在使用外部链接作为模式图片方面遇到了问题。

Svg-edit删除部分

xlink:href="http://www.micromark.com/RS/SR/Product/85373_T.jpg"

当我在源代码中应用修改时:

<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:undefined="http:/www.w3.org/1999/xlink">
    <defs>
        <pattern x="0" y="0" width="100" patternUnits="userSpaceOnUse" id="testGilles" height="100" xmlns:xlink="http:/www.w3.org/1999/xlink">
            <image id="svg_3" width="100" height="100" xlink:href="http://www.micromark.com/RS/SR/Product/85373_T.jpg"/>
        </pattern>
    </defs>
    <g>
        <title>Layer 1</title>
        <rect id="svg_1" height="225" width="238" y="87" x="82" stroke-width="5" stroke="#000000" fill="url(#testGilles)"/>
    </g>
</svg>

有谁知道为什么?

我希望这很清楚,用英语解释它并不容易:)

0 个答案:

没有答案