informatics-isi-edu / openseadragon-viewer

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

output svg format #31

Closed rastogi-bhavya closed 4 years ago

rastogi-bhavya commented 4 years ago

The output created while writing (creating.editing) the svg annotation should have the following properties

  1. id should be at the group level (root) and not in the children nodes
  2. use svg standards like id, color instead of annotation-id, annotation-color
  3. color should be defined at each node and not at the file level
  4. Style attributes like fill should be inside style and not as a separate attribute in a node.
RFSH commented 4 years ago

38 explains this in more detail.