I used canvas to draw “X” word at a mouse position when I clicked, but when I draw new “X” word, the old “X” was “BOLD”.
http://jsfiddle.net/darklight27/h4JvJ/
Do you have any suggestion for me? Thank you!!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before you begin to draw your lines, call
beginPath():Updated code on jsFiddle: http://jsfiddle.net/h4JvJ/23/