Trouble with Canvas rendering in Safari/Opera

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-06-06T15:18:30Z Indexed on 2010/06/06 15:22 UTC
Read the original article Hit count: 223

Filed under:
|
|
|
|

Been banging my head against this one for a while, and figured I'd turn to the experts for some advice.

I've made a jQuery snippet that grabs the values from a table and plots them in a line graph on a canvas element (also generated by the JS). All's well in Firefox and Chrome, but Safari and Opera aren't displaying the plotted points. I've reviewed in Firebug, Web Inspector debugger, JSLint, and checked the markup with the w3 validator, but still can't find anything glaringly obvious.

Any chance one of you guys could help me out? Here's a page with a simplified example: http://bit.ly/aAshPQ

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery