Why does canvas stretch the contents when you resize it and how can I account for this happening?
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.
Can you specify? What kind of canvas?
For what I understand, I assume you are looking for manipulating the resize property of an element.
You can change this by specifying the object’s resize propery:
Unfortunately, this is a CSS3 property so only Mozilla and Webkit can support the resize property. You can check this out in http://www.w3schools.com/cssref/css3_pr_resize.asp
Allowed resize: none | both | horizontal | vertical