2

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

4

1 回答 1

0

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

于 2013-02-04T09:26:38.693 回答