Intermittent SVG Text Export Bug
Intermittent SVG Text Export Bug
In 23.0.2 (and 23.0.3) when exporting and SVG sometimes text is exported as <text> tags with the layer name as an ID and sometimes the text is wrapped in a <g> and the <g> has an id with the layer name and the <text> element has no id.
The behavior is arbitrary, but one a text element begins exporting wrapped in a <g> it stays that way. Sometimes an element, after editing the text or font, that was exporting correctly will begin exporting wrapped (incorrectly).
This issue makes post-export parsing/processing difficult because you can't depend on the document structure.
I have an example file with two text elements where one exports properly and the other does not, but when attempting to attach the interface here states "Invalid File type: .ai files are not allowed."