Currently I am using Canvas2Image to save the content of my HTML5 canvas. It doesn’t appear to work in Google Chrome, however. Any ideas on how to work around the issue are welcome. 🙂
Share
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.
canvas.toDataURL()appears to work fine in Chrome, so it may be a library issue. The “convert canvas to image” functionality seems to work, though.