Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 FreeTransform 插件来移动和缩放对象。
我想将此移动和缩放限制为包含该对象的另一个矩形的大小。我怎样才能做到这一点?
我在JSFiddle上提供了一个问题示例。(我希望红色矩形留在另一个矩形内。)
谢谢你。
FreeTransform 插件提供了设置边界的选项:
boundary: { x: x-pos, y: y-post, width: i, height: i},
请参阅文档 https://github.com/ElbertF/Raphael.FreeTransform/