::: details 目录 [[toc]] :::
::: details 查看代码使用 <<< @/docs/.vuepress/components/scene/items/svg.vue :::
示例中展示了传入SGraphSvgItem
的数据格式
{
url: 'https://cdn-img.easyicon.net/image/2019/panda-search.svg', // svg 图片的路径
x: 100, // 该 item 的位置 x 坐标
y: 100, // 该 item 的位置 y 坐标
width: 200, // 该 item 宽
height: 200 // 该 item 高
}