CodeReadingClubs / annotation-tool

https://annotate.codereading.club
MIT License
22 stars 1 forks source link

Multi-segment (polyline) arrows #4

Open danfishgold opened 3 years ago

danfishgold commented 3 years ago

Like in vector applications, where you draw vector shapes and each mouse click adds a vertex to a polyline.

Screen Shot 2021-08-07 at 13 48 03

This could be nice for when you don't want straight lines but you also don't want freehand drawing.

It would also make super long arrows that span multiple viewports easier to draw (because you can scroll mid-drawing)

Optional: use bezier curves instead of polylines to make it nicer looking. This would probably be too weird