使用 RaphaelJS 轮换 VML 组(似乎不起作用)

发布于 2024-12-18 12:06:08 字数 319 浏览 4 评论 0原文

我正在尝试构建一个跨浏览器矢量应用程序,为此我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

装迷糊 2024-12-25 12:06:08

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

养猫人 2024-12-25 12:06:08

使用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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文