python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add a way to have Image stretch it's images #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added KeepAspectRatio(boolean) to the Image component. When set to true 
(default), the Image will stretch, but only if it can keep it's aspect ratio 
the same (best quality, but this causes other issues, like space on the 
top/bottom, or left/right depending on how it needs to stretch). When set to 
false, the image is stretched/shrunk freely, ignoring the aspect ratio.

Original issue reported on code.google.com by IMPINC...@gmail.com on 30 Dec 2012 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 1 Jan 2013 at 7:23