The font with a name which has ampersand symbol cause wrong with exported SVG file
If there is an ampersand in the name of the inserted font, the exported svg file is not able to open due to not escaped symbol&. In fact it should be escaped into &, otherwise error named EntityRef will appear. After editing the SVG file manually, everything goes well.
For example, a font with the family name "FontA&B" is inserted in a file. When I export, the svg file show "font-family: FontA&B" instead of "font-family: FontA&B" or "font-family: "FontA&B" ". So the bug might be tricky. Hope it can be fixed. This does affect my work.
Thanks.
Ai Version 29.6.1.9
System: Windows 11 24H2
2
votes
