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.
