Forum Discussion
NicoleAllen-016
2 years agoCommunity Member
SVG Screen Reading
How do I stop Articulate Storyline from reading out every bit of graphic/text in a SVG? It is auto reading them out, even when accessibility turned off and not in focus order?
HeatherDurham-b
2 years agoCommunity Member
You have to make sure to catch all of the svg coordinates and set each to null alt text. This is how I fixed it. If you publish the file to Review 360, then use DevTools in Chrome, you can search for "freeform" in the elements pane. Once you find all of the places in the svg that show up as "Freeform", you can go back to the Storyline file, zoom into the graphic and pick the little parts that aren't hidden. Then, you set those to null alt text in the "Size and Position" > "Accessibility" dialog. These don't show up in Focus Order and sometimes you have to do this with "States" enabled on the object. It's picky work, but does solve the problem.
Another option is to flatten the graphic to a .png or .jpg before you use it.