annotorious
annotorious copied to clipboard
afterAnnotationRendered event?
Could be useful for plugin developers in particular, who want to modify the annotation SVG shape in some way. (The argument to the event handler would be the DOM element.)
There is some overlap with formatters, who also get called after every render. Potentially, formatters could be changed to make use of the new event, avoiding redundancy.