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.
我对出色的 RaphaelJs 库有疑问。如果我使用缩小版本,它不适用于 IE(8 和 7)。它适用于开发版本。
引发错误paper = Raphael("canvas", 100, 100);
paper = Raphael("canvas", 100, 100);
知道有什么问题吗?
提前致谢
此错误已修复:https ://github.com/DmitryBaranovskiy/raphael/issues/158