I am using this example in my site, http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/ , for resizing images. but problem is that the image is not resizing proportionally.
eg- width=200; height=138; when i am resigning width to 202 then height will change proportionally but it is not working for proportional change
Thanks sir