An invalid or illegal string was specified with "code:" 12 from Canvas On Firefox

I draw a line on the canvas using the mousedown method, and for some reason firefox throws an exception ... The line where the exception occurs is called when quadraticCurveTo () is called. It works flawlessly in other browsers (Chrome and Safari), but throws an exception in Firefox 3.5 ...

+3
source share
1 answer

Try to remove / * comment * / from the css file.

0
source

All Articles