Skip to content

Update map string parser #307

@michaelmarshall

Description

@michaelmarshall

I have an .svg file that has the following markup:

 <text class="cls-34" transform="translate(280.75 220.48)"><tspan class="cls-25" x="0" y="0">R</tspan><tspan x="3.25" y="0">ome</tspan></text>

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions