Hi guys. I tried to report a bug but I'm not sure if I did it right or not because I can't find my message anymore, so I explain whats going on here.
The Canvas API doesn't draw paths properly in Chrome 23 and Chrome dev 25 for Mac. I have a Mac Mini with Snow Leopard 10.6.8
The code draws a line and a circle when the button is clicked. Sometimes only the line is drawn and sometimes nothing. But if you invert the code and draw the arc fist, then everything is drawn (unless you add something else later and things get messy again).
I couldn't try on Windows, but the code works as expected on Firefox.
JD