我在 IE 中遇到文本问题 - 无论我尝试什么,它都显示为斜体 - 这是我的代码,任何人都可以帮忙
var clear_text = paper.text(50, 260, "Dept A");
clear_text.attr("fill", "#000");
clear_text.attr({ "font-size": 16, "font-family": "Times New Roman,Georgia,Serif", "font-weight": "bold", "font-style": "normal"});
发现这仅适用于 IE8 64bit