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

链接桩除了text作为描述外,如何在连接桩内部定义文本 #4407

Open
LiuYxixi opened this issue Aug 26, 2024 · 3 comments
Open

Comments

@LiuYxixi
Copy link

问题描述

想同时有连接桩的文本描述,同时在桩内部定义一个表明桩分类的大写字母。
image

例如上图,图中的"C","P","R"应该如何实现展示效果呢

重现链接

重现步骤

预期行为

想要在连接桩内部展示文本

平台

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

屏幕截图或视频(可选)

image

补充说明(可选)

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Aug 26, 2024

👋 @LiuYxixi

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.

@duchao-duchao
Copy link

使用svg

@duchao-duchao
Copy link

    node.setPortProp(port.id as string, 'attrs/path', {
      stroke: '#007FE3',
      d: 字母svg路径
    })

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

4 participants
@LiuYxixi @duchao-duchao and others