RaphaelJS 似乎缺乏形状层次结构
拉斐尔似乎缺乏形状层次?
我无法创建一个较小的圆“附加”到一个较大的圆,并且知道当较大的圆被缩放/平移时它会被缩放/平移。
类似地,如果我将元素放入集合中,拖动处理程序将单独连接到形状,并且在其回调中我没有该集合的句柄。
我是否忽略了什么?
Raphael seems to lack shape hierarchies?
I can't create a smaller circle "attached" to a larger circle, and know that it will be scaled/translated when the larger one is.
Similarly, if i put elements into a set, the drag handler connects to shapes individually and in its callbacks i have no handle on the set.
Am i overlooking something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是当前的行为,因为拉斐尔没有为“集合”创建任何实际元素。
This the current behaviour as Raphael does not create any real element for a "set".
如果要在集合上启用 Drag'nDrop,可以使用以下代码:
If you want to enable Drag'nDrop on a set, you can use the following code :