All the javascript is in "style.js" - http://html5canvas.hoangminhdat.com
You can see that the blue line appears when the page load and quickly disappear after a certain amount of time. I've spent hours and, have done everything I can to debug it but nothing I change fixed it.
This is what I did:
1st: I use global variables to create the red line.
2nd: I get rid of the global variables and create a class (Circle). I store the objects in an array (circles) and use those objects' properties instead of the variables.
3rd: I successfully apply for the first element of the "circles" array (circles[0]). I added circles[1]. And the blue line actually appears in the canvas for roughly 1 second, and then it disappears...
I can't find any mistake in my code. Since the circles[0] works, and the circles[1] works for a little while when the page load. I believe that my code is fully functioning.
Well, I hope someone can help me...
