Current behavior
If you go to https://tools.wmflabs.org/svgtranslate/File:Anatomy_of_the_Human_Ear.svg, you will see -
Notice that the input labels for several words are missing like Tympanic, Cochlear, Round, vestibular, Semicircular etc. Mostly the first half in a two-part phrase.
Looking at the file code, these phrases are structured as:
<text systemLanguage="en">Tympanic<tspan x="0" y="20">membrane</tspan></text> ... <text systemLanguage="en">Cochlear<tspan x="0" y="20">nerve</tspan></text> ... <text systemLanguage="en">Vestibular<tspan x="0" y="20">nerve</tspan></text> ... <text systemLanguage="en">Semicircular<tspan x="0" y="20">canals</tspan></text>
etc.
It seems like the tool is missing words that appear outside of tspan elements but within text elements.
Expected behavior
All text labels are preserved.