In the browser console, when the page using draw2d library is loaded it appears "CanvasRenderingContext2D.implement is not a function". Is an important problem? The application seems to run correctly. I use mootools compatible with jquery, because in my application there is already jquery imported, so the problem could be this. Thanks in advance for any answer.
Asked
Active
Viewed 340 times
1 Answers
0
This is related to the missing canvas element in IE version<8
The app itself is running well but you are unable to create "SVGFigures" You can use excanvas for IE support.
Greetings

TRR
- 1,637
- 2
- 26
- 43
-
I use Firefox, so it is not a problem. Thanks very much – Antonio Di Cerbo Jun 11 '12 at 14:04