# SVG 图 ::: details 目录 [[toc]] ::: ## item 实例 ::: details 查看代码使用 <<< @/docs/.vuepress/components/scene/items/svg.vue ::: 示例中展示了传入``` SGraphSvgItem ```的数据格式 ```json5 { 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 高 } ```