Hi, I draw ellipses on a canvas on click, and want to remove them on doubleclick. Therefor I track them in a list with coordinates tracked, and iterate if on mouseclick. I'm already detecting if an element is under mouseclick or not.
BUT: how do I remove that element from the canvas? Would I have to remove it from my list, then clear and redraw the whole canvas? Can't I just somehow "clear" the ellipse selected? -- 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/-/kAQ-dtNuGz4J. 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.
