gpt4 book ai didi

javascript - Paperjs SVG 导入 : How to access group id's

转载 作者:行者123 更新时间:2023-12-03 04:02:38 24 4
gpt4 key购买 nike

在 paperjs 中,我导入一个包含如下元素的 SVG 文件:

<g id="Layer_4">
<circle fill="#F42700" cx="114.5" cy="249.5" r="50"/>
<circle fill="#F42700" cx="385.5" cy="249.5" r="50"/>
</g>
<g id="Layer_3">
<path fill="#8A0055" d="M408,263l-36-0.3V38c0-0.3-..."/>
</g>

这些顶级组可以在解析的 SVG 中作为创建的 SVG 对象的直接子对象进行访问。但除了它们的顺序之外,还有什么方法可以检索原始的 id 参数吗?

最佳答案

顶级组ids转换为item.name参数,例如:

paper.project.import("path/to/svg.svg", function (item) {
console.log(item.firstChild.name)
}

根据 this comment .

关于javascript - Paperjs SVG 导入 : How to access group id's,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44659537/

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