jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
685 stars 62 forks source link

is there no call to remove a shape? #329

Closed bhomass closed 1 year ago

bhomass commented 1 year ago

after drawing a shape like a circle or line, isn't there any way to remove them?

bhomass commented 1 year ago

I saw the explanation of how canvas works. So I will keep the state of the shapes in my own structure and redraw as needed.