We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用的orth路由,大概500个节点以上就会复现,根节点会出现异常分叉连线
暂无
使用的曼哈顿路由,大概500个节点以上就会复现,根节点会出现异常分叉连线,连线配置代码如下: { router: { name: 'orth', args: { startDirections: ['right'], endDirections: ['left'], excludeShapes: allShapesNode, }, }, connector: { name: 'rounded', }, attrs: { line: { targetMarker: '', stroke: '#A2B1C3', strokeLinejoin: 'round', strokeWidth: 2, connection: true, }, }, zIndex: 0, },
预期连线不应该出现异常的分叉
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
使用的orth路由,大概500个节点以上就会复现,根节点会出现异常分叉连线
Your Example Website or App
暂无
Steps to Reproduce the Bug or Issue
使用的曼哈顿路由,大概500个节点以上就会复现,根节点会出现异常分叉连线,连线配置代码如下:
{
router: {
name: 'orth',
args: {
startDirections: ['right'],
endDirections: ['left'],
excludeShapes: allShapesNode,
},
},
connector: {
name: 'rounded',
},
attrs: {
line: {
targetMarker: '',
stroke: '#A2B1C3',
strokeLinejoin: 'round',
strokeWidth: 2,
connection: true,
},
},
zIndex: 0,
},
Expected behavior
预期连线不应该出现异常的分叉
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: