Incompatible with IE8
Aperta
- Lingua principale
- JavaScript
- Stelle
- 8.7k
- Fork
- 1.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Raphael itself supports IE6+ actually.
But when open demo of flowchart.js on IE8, the `vml` elements were generated seen from IE inspector but not displaying at all.
sometimes, IE8 report error at line 7448 of`raphael.js` v2.1.4
```
params.font && (textpathStyle.font = params.font);
```
but since demos from raphaeljs.org works well on IE8, so I suspect some calling approach was wrong in flowchart.js
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.