The following isn't displaying correctly in internet explorer 9. Works in all other browsers (across PC + MAC as well as mobile devices):
smallIndicator: { lineWidth: 10, radius:5, startAt: 0, endAt: 90, color: "#76777b", alpha: 1 },
largeIndicator: { lineWidth: 10, radius:5, startAt: 70, endAt: 90, color: "#76777b", alpha: 1 },
hourHand: { lineWidth: 6, startAt: 10, endAt: 35, color: "#76777b", alpha: 1 },
minuteHand: { lineWidth: 6, startAt:10, endAt: 55, color: "#76777b", alpha: 1 },
secondHand: { lineWidth: 4, startAt: 0, endAt: 85, color: "#76777b", alpha: 1 }
Any help would be appreciated,
Thanks