As you can see, the string that we need to pull out is broken up into two tspan elements. So we need to pull all the text within a single text tag. I will upload the .svg file I used for this ticket.
I think we should be able to use this function to parse all files, but please check that this doesn't break the parser for other maps.
I have an
.svg
file that has the following markup:As you can see, the string that we need to pull out is broken up into two
tspan
elements. So we need to pull all the text within a singletext
tag. I will upload the.svg
file I used for this ticket.I think we should be able to use this function to parse all files, but please check that this doesn't break the parser for other maps.