RaphaelJS:使用FreeTransform限制移动和缩放对象

时间:2012-08-09 12:39:28

标签: javascript raphael transform collision-detection

我使用FreeTransform插件来移动和缩放对象。

我想将此移动和缩放限制为包含此对象的另一个rect的大小。我怎样才能做到这一点?

我在JSFiddle上提供了一个问题示例。 (我希望红色矩形留在另一个矩形内。)

谢谢。

1 个答案:

答案 0 :(得分:0)

FreeTransform插件提供了设置边界的选项:

    boundary: { x: x-pos, y: y-post, width: i, height: i},

请参阅文档 https://github.com/ElbertF/Raphael.FreeTransform/