Ai 23: Layer control panel, problems with names containing underline characters
case 1:
Adobe Illustrator Version 23.0.3 (64-Bit) Windows 10
To reproduce:
• Create a blank document
• Create a new text object with the text "texttext"
• Give the text object the name "namename" in the Layers control panel
• "File->Save under" as svg, Klick Button OK
. Klick Button "SVG code ... "
-> result:
<text id="name_x5F_name" transform="matrix(1 0 0 1 224 116.52)" class="st1 st2">text_text </text>
-> expected result:
<text id="name_name" transform="matrix(1 0 0 1 224 116.52)" class="st1 st2">text_text </text>
see testAI23.ai, testAI23.svg
case 2:
AI19: Adobe Illustrator Version 19.1.1 (64-Bit) Windows 10 2015.1.1
see attachments: two files saved with AI19, produced just as in case 1 described)
AI23: Adobe Illustrator Version 23.0.3 (64-Bit) Windows 10
To reproduce:
• Open file testAI19.txt (see attachment) with AI23
• open layer control window
• look at the text with id="name name"
• the underline "name_name" is missing
. open with a text-editor file "testAI.svg.
. you can see the correct id
<text id="name_name" transform="matrix(1 0 0 1 97.6812 66.7085)" font-family="'MyriadPro-Regular'" font-size="12px">text_text</text>
-
stafy commented
I am waiting for feedback to this bug?
I need this functionality for my work!