使用 RaphaelJS 轮换 VML 组(似乎不起作用)
我正在尝试构建一个跨浏览器矢量应用程序,为此我对 IE7 和 IE8 使用 VML 而不是 SVG。
我试图弄清楚如何旋转 VML 组元素,并让它在纯 VML 中工作,但是一旦我合并 RaphaelJS,它就崩溃了。
有没有办法在 RaphaelJS 中轮换 VML 组?
这是一个 zip 文件,其中包含有效的 VML 解决方案和损坏的 Raphael 解决方案: http://voostmedia.com/vml_testing.zip
I'm trying to build a crossbrowser vector application, and to do so am using VML instead of SVG for IE7 and IE8.
I'm trying to figure out how to rotate the VML group element, and has it working in pure VML but as soon as I incorporate RaphaelJS it breaks.
Is there a way to rotate VML groups in RaphaelJS?
Here is a zip file with both the working VML only solution, and the broken Raphael solution:
http://voostmedia.com/vml_testing.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Raphael2.0/2.0.1 中的旋转被破坏
我切换回 1.5.2 直到它被修复
Rotation is broken in Raphael2.0/2.0.1
I switched back to 1.5.2 until it is fixed
使用Raphael.Freetransform。它处理集合的旋转并且可以在旧版本的 IE 中运行。您可以在这里尝试演示:
http://alias.io/raphael/free_transform/
Use Raphael.Freetransform. It handles rotation of sets and it works in older versions of IE. You can try the demo here:
http://alias.io/raphael/free_transform/