-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Need to explore (possibilities like as suggested by @JRegimbal ) and decide on the most appropriate changes to the current SVG guidelines for annotating regions within the SVG without changing the tactile rendering of the graphic (specifically for the 'guidance' mode).
Currently a circle node with attribute data-image-target= {target number} is being used for this purpose. The target number serves to indicate the sequence in which the user should be guided to the various targets. The circle area indicates the size of the target (/the annotated region) and the centre of the circle is used to calculate the distance from the target (to generate appropriate audio guidance cues). (Other shapes could also be used for the purpose but a circle was thought to be the simplest both for the annotator and for the technical implementation of distance calculation etc.- but it comes with limitations such as the shape of the annotated space)