Incompatible with IE8
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 8.7k
- Forks
- 1.2k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.