Will do. I just realized 2.1 final is out. I'll test again in 2.1 before submitting.
On Oct 29, 12:34 pm, John LaBanca <[email protected]> wrote: > Can you create a bug in issue tracker to track this? It definitely seems > like a bug. > > Thanks, > John LaBanca > [email protected] > > > > > > > > On Fri, Oct 29, 2010 at 12:12 PM, Potate <[email protected]> wrote: > > oops, forgot to say this is GWT 2.1 RC1 > > > On Oct 29, 12:10 pm, Potate <[email protected]> wrote: > > > This seems a bug to me. Can someone help me verify this? > > > > when using a jpg like > > > @Source("images/Status-Verified.jpg") > > > @ImageOptions(width=10) > > > public ImageResource OrderStatusVerified(); > > > the width parameter seems to have no effect. > > > > when using a png like > > > @Source("images/Status-Verified.png") > > > @ImageOptions(width=10) > > > public ImageResource OrderStatusVerified(); > > > the resulting image resource is properly resized > > > > the image itself is 24x30. The jpg version is lossy > > > > thanks > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
