简体   繁体   中英

raphael js - font italic in IE

I am having problems with text in IE - it is showing up as italic regardless what I try - here is my code can anyone help

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"});

found out that this only is on IE8 64bit

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM