gpt4 book ai didi

javascript - 在 JointJS 中创建八边形

转载 作者:行者123 更新时间:2023-12-02 17:25:30 25 4
gpt4 key购买 nike

在 JointJS 中实现八边形形状的最佳方法是什么。我真的很喜欢这个库,但我发现很难找到可能属于或不属于该库的特定元素。

就我而言,我需要一个八边形形状。虽然它很可能已经成为框架的一部分,但创建该 CustomShape 的正确方法是什么?添加 SVG 多边形并不能完全完成这项工作,因为它应该是动态的。

最佳答案

好的,我刚刚找到了答案。

pathState = new joint.shapes.basic.Path ({
size: { width: 200, height: 100 },
attrs: {
path: { d: 'M 25 0 L 175 0 200 25 200 50 200 75 175 100 25 100 0 75 0 25 z' },
text: {
text: 'Octagon',
'ref-y': .5
}
}
});

关于javascript - 在 JointJS 中创建八边形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23539127/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com