vector drawing canvas in GWT
        Posted  
        
            by Limbic System
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Limbic System
        
        
        
        Published on 2008-12-10T23:31:04Z
        Indexed on 
            2010/03/17
            23:21 UTC
        
        
        Read the original article
        Hit count: 480
        
Are there are decent implementations of a vector graphics canvas in GWT? I would like to be draw arbitrary shapes and have them react to user input (mouse in/out/click/etc). There are wrappers for the HTML canvas, but that feature is not supported in older browsers (read: IE).
© Stack Overflow or respective owner