Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x版本给vue节点添加stroke边框无效 #4488

Open
baoers opened this issue Oct 31, 2024 · 1 comment
Open

2.x版本给vue节点添加stroke边框无效 #4488

baoers opened this issue Oct 31, 2024 · 1 comment

Comments

@baoers
Copy link

baoers commented Oct 31, 2024

问题描述

在1.x版本中,通过 graph.addNode({
shape: "vue-shape",
x: x,
y: y,
width: 205,
height: 100,
attrs: {
body: {
stroke: 'red',
strokeWidth: 2,
},
}})
可以设置边框,更新2.x版本后,
graph.addNode({
shape: "custom-vue-node",
x: x,
y: y,
width: 205,
height: 100,
attrs: {
body: {
stroke: 'red',
strokeWidth: 2,
},
}}),边框无效,把shape替换为rect后有效

重现链接

重现步骤

预期行为

期望能支持边框

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox ...]
  • X6 版本: [2.11.1 ...]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Oct 31, 2024

👋 @baoers

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant