Skip to content

v0.8.0

Compare
Choose a tag to compare
@andfanilo andfanilo released this 12 Dec 13:53
· 14 commits to develop since this release
  • New polygon drawing mode:
    • left-click will add point
    • right click will close polygon
    • double click will remove latest point
  • the Bin button in the toolbar which deletes the canvas content will now empty the history and send back to Streamlit a blank state, even if update_streamlit is set to False.
  • Right-click fires the send canvas data back to Streamlit event for all tools (not only the polygon) even if update_streamlit is set to False.