kimoa / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
3 stars 0 forks source link

Inconsistent aspect ratio behavior when resizing images #800

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. put an image on the canvas
2. resize the image without holding the shift key, the aspect ratio of the 
image will be preserved
3. resize the image such that it is mirrored with respect to some axis, the 
aspect ratio is not preserved anymore
4. mirror the image back to the original configuration, the aspect ratio 
information is not preserved anymore

What is the expected output? What do you see instead?

the aspect ratio should not be preserved when rescaling the picture without 
holding the shift key in the first place

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)

Chrome, Opera, Firefox

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)

latest trunk

Please provide any additional information below.

Original issue reported on code.google.com by VSa...@gmail.com on 18 Mar 2011 at 12:22