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
Confirmed – IE8 64bit version has known bugs with VML that causes this.