RaphaelJS freeTransform IE

时间:2011-12-20 13:07:42

标签: javascript image internet-explorer-7 transform raphael

我正在尝试制作一个转换图像的工具(旋转,调整大小,后期裁剪)。这应该也适用于IE7。我决定使用 RaphaelJS

当我使用旋转因为轴移动时出现了一些问题,后来我发现有一个插件 freeTransform 完全符合我的需要。不幸的是,这个功能似乎在IE7中破解,图像开始变得奇怪(重复自己看到jsFiddle示例)。它适用于其他浏览器。

以下是示例http://jsfiddle.net/Ef83k/43/

1 个答案:

答案 0 :(得分:1)

我在issue上提出plugin's page on github。当keepRatio设置为true时,它似乎在IE7中有效。 Here is the fiddle

paper.freeTransform(img, {keepRatio: true});​