Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread The Rasterman
On Fri, 23 Oct 2015 12:31:18 -0500 Jeff Hoogland said: > I've tried a bunch of those settings. > > aspect 1 1; > > Gives me me a square image when the aspect ratio of the png is closer to > 16:9. Setting it to 16 9 also did not result in the desired effect. > > Is there actual documentation so

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread Jeff Hoogland
That was exactly it cedric - thank you and thank you for the link. On Fri, Oct 23, 2015 at 12:36 PM, Cedric BAIL wrote: > Hello, > > What you are looking for is aspect_preference: SOURCE. > https://docs.enlightenment.org/stable/efl/edcref.html > > Cedric > > On Fri, Oct 23, 2015 at 10:31 AM, Jef

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread Cedric BAIL
Hello, What you are looking for is aspect_preference: SOURCE. https://docs.enlightenment.org/stable/efl/edcref.html Cedric On Fri, Oct 23, 2015 at 10:31 AM, Jeff Hoogland wrote: > I've tried a bunch of those settings. > > aspect 1 1; > > Gives me me a square image when the aspect ratio of the p

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread Jeff Hoogland
I've tried a bunch of those settings. aspect 1 1; Gives me me a square image when the aspect ratio of the png is closer to 16:9. Setting it to 16 9 also did not result in the desired effect. Is there actual documentation somewhere on this? On Fri, Oct 23, 2015 at 9:13 AM, Carsten Haitzler wrot

Re: [E-devel] Aspect Ratios in EDC and Elementary Objects

2015-10-23 Thread The Rasterman
On Fri, 23 Oct 2015 00:05:58 -0500 Jeff Hoogland said: > if I am displaying an edj object - what does my edc code need to look like > for the image to maintain its aspect ration as it's parent object resizes? > My current edc file is: > > group { name: "moksha/preview"; >images.image: "previ