informatics-isi-edu / openseadragon-viewer

2D viewer with openseadragon
Apache License 2.0
5 stars 2 forks source link

Add more drawing tools #52

Closed RFSH closed 3 years ago

RFSH commented 3 years ago

We should investigate other possible options (apart from path, rectangle, and circle that we have) for drawing annotations. This includes figuring out what's supported directly by d3 or finding widely used tools.

One obvious tool that we can add is multi-point lines.

rastogi-bhavya commented 3 years ago

Things to add

  1. Straight line
  2. Straight line with arrow
  3. Polygon
  4. Textbox
rastogi-bhavya commented 3 years ago

Tool-tips needs to added to the drawing tools.

Need to create documentation about how to properly use the annotation.

RFSH commented 3 years ago

The documentation has been added as part of this PR in chaise