You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I would like to thank you for building such a great tool.
I am encountering a bug using the online tool when translating the less than < character at the end of a text section.
This produces the following xml :
<textx="26"y="44" ><</text>
^^
Ascii to reproduce :
┌───┐
│ │
│ <│
└───┘
I am personally side stepping this bug by replacing these << with an utf8 equivalent in post processing :
sed -i 's/<</\<</g' bob.svg
This replaces << with <<.
Thanks for your work
The text was updated successfully, but these errors were encountered:
Hello,
First of all I would like to thank you for building such a great tool.
I am encountering a bug using the online tool when translating the less than
<
character at the end of a text section.This produces the following xml :
Ascii to reproduce :
I am personally side stepping this bug by replacing these
<<
with an utf8 equivalent in post processing :This replaces
<<
with<<
.Thanks for your work
The text was updated successfully, but these errors were encountered: