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
添加 Line 元素:
const line = new Line({ strokeWidth: 5, stroke: { type: "solid", color: "#000000", }, startArrow: "circle", endArrow: "arrow", cornerRadius: 5, points: [20, 20, 200, 60, 150, 180], }); leafer.tree.add(line);
其中指定 cornerRadius 为 5,显示结果为:
当 corderRadius 为 0 时箭头显示正常。
The text was updated successfully, but these errors were encountered:
收到,谢谢反馈~
Sorry, something went wrong.
No branches or pull requests
添加 Line 元素:
其中指定 cornerRadius 为 5,显示结果为:
当 corderRadius 为 0 时箭头显示正常。
The text was updated successfully, but these errors were encountered: