great. let me know if you need more details on the same. I have implemented panning and zooming as well for one of my projects
regards Ashwin On Mon, Jan 21, 2013 at 7:01 PM, Kody <[email protected]> wrote: > Followed your suggestion using front and drag/back-canvas. Works really > nice. > > If someone else is looking for this: you can dublicate a canvas just by: > desintationCanvas.getCtx().drawImage(sourceCanvas.getCanvasElement(), 0, > 0); > > Don't create an image from the source canvas to draw it on the > destination, this will take too much time and resources! > > -- > 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. > -- 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.
