我最近更新到版本2.0.1
,我正在努力为单个节点设置图像而不是 svg 圆圈。在旧版本中,我使用了nodeSvgShape
属性:
nodeSvgShape: {
shape: 'image',
shapeProps: {
href: AppState.config.api.img + mainTile.image,
width: 100,
height: 100,
x: -50,
y: -17,
},
},
但是在当前版本中,这没有任何作用。有什么办法可以在当前版本中实现这一点?
先感谢您