0

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.

1 Answers1

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