标签: javascript raphael transform collision-detection
我使用FreeTransform插件来移动和缩放对象。
我想将此移动和缩放限制为包含此对象的另一个rect的大小。我怎样才能做到这一点?
我在JSFiddle上提供了一个问题示例。 (我希望红色矩形留在另一个矩形内。)
谢谢。
答案 0 :(得分:0)
FreeTransform插件提供了设置边界的选项:
boundary: { x: x-pos, y: y-post, width: i, height: i},
请参阅文档 https://github.com/ElbertF/Raphael.FreeTransform/