Raphael js - IE中的字体斜体

raphael js - font italic in IE

本文关键字:字体 斜体 IE js Raphael      更新时间:2023-09-26

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

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