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
When using the tool it removes the line encoding="UTF-8" in the header of the svg and it is therefore not possible to use ä or ° in the template. Is there any workaround or fix?
Below is the basic code I used to test.
tpl = svglue.load(file="template.svg")
src = tpl.__str__().decode()
with open(outputsvg, 'w') as svgout:
svgout.write(src)
The text was updated successfully, but these errors were encountered:
When using the tool it removes the line encoding="UTF-8" in the header of the svg and it is therefore not possible to use ä or ° in the template. Is there any workaround or fix?
Below is the basic code I used to test.
The text was updated successfully, but these errors were encountered: