You could always have a look at our Canvas toolkit http://www.emitrom.com/lienzo
Pan/Zoom will be in 1.1, out by the end of the month.... On Sunday, January 20, 2013 3:01:39 PM UTC-5, membersound wrote: > > 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
