gpt4 book ai didi

xml - 在 SVG 中嵌入 SVG?

转载 作者:数据小太阳 更新时间:2023-10-29 01:36:51 24 4
gpt4 key购买 nike

我有一个 SVG 文档,我想在其中包含一个外部 svg 图像,例如:

<object data="logo.svgz" width="100" height="100" x="200" y="400"/>

(“对象”只是一个示例 - 外部文档将是 SVG 而不是 xhtml)。

有什么想法吗?这可能吗?或者对我来说最好的办法是将 logo.svg xml 简单地插入我的外部 SVG 文档中?

最佳答案

使用 image元素并引用您的 SVG 文件。为了好玩,将以下内容保存为 recursion.svg:

<svg width="100%" height="100%" viewBox="-100 -100 200 200" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="-50" cy="-50" r="30" style="fill:red" />
<image x="10" y="20" width="80" height="80" href="recursion.svg" />
</svg>

关于xml - 在 SVG 中嵌入 SVG?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5451135/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com