裁剪矩形区域旋转 raphael.js
我可以使用 raphael.js 中的 Clip-rect 属性显示图像的矩形部分。
您能否告诉我如何旋转该剪辑矩形区域(而不是图像)。也许我应该使用clipPath svg attr?但它必须是 raphael.js 解决方案,以便 IE 的 vml 也能做到这一点?
I can show rectangle part of image using clip-rect attribute in raphael.js.
Could you please tell me how I can rotate that clip-rect area (not the image). Maybe I should use clipPath svg attr? But it has to be raphael.js solution, so that IE's vml would do this as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以执行以下操作:
请参阅小提琴: http://jsfiddle.net/arpitworld/ME2Gr/1 /
You can do something like this:
See in fiddle: http://jsfiddle.net/arpitworld/ME2Gr/1/