Incompatible with IE8
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8.7k
- Forks
- 1.2k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.