I'm using Mirador viewer with annotation file that include 'xywh' values to set rectangels on the image. I want to use Svg instea, so i can draw polygons on the image. I found here: IIIF Api the annotation item struct to include svg, but it's not working for me. Can anybody help please? Thanks
Can you provide an example of the
SvgAnnotation
that you are trying to use?Mirador 3 should support this style of
SvgAnnotation
:https://github.com/ProjectMirador/mirador/blob/5ca33205bf9bac636ba5ef0faf820f58c0d9751d/__tests__/fixtures/version-3/001.json#L301-L310