Thursday, December 27, 2012

Re: Image rotation or pre-replication?

No there is no such option. In fact GWT would need to create an additional rotated image as well, because of cross browser compatibility (CSS3 allows you to rotate images on the fly but most IE do not support it). 

Also ImageOptions.flipRtl is meant to be used with languages that are read from right to left (see its JavaDoc)

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CfgY0fYRH-YJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment