GWT Clipped image
        Posted  
        
            by Kasturi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kasturi
        
        
        
        Published on 2010-04-19T15:00:52Z
        Indexed on 
            2010/04/19
            15:03 UTC
        
        
        Read the original article
        Hit count: 189
        
I am creating a widget in which a portion of an image will be highlighted and the remaining portion will have an opacity 0.5.
For this i am using two images. The full image at the back with opacity 0.5. the portion of the image i want to be highlighted in the front. the front image is GWT's Clipped image.
I have a scenario where i have to resize the back image. Is there any way to resize the clipped image at the front?
© Stack Overflow or respective owner