raphael js - IE中的字体斜体

时间:2013-02-01 12:33:49

标签: javascript raphael

我在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上

1 个答案:

答案 0 :(得分:0)

确认 - IE8 64位版本已知VML导致此错误。