Fix name space handling in new svg code

This commit is contained in:
Florian Festi 2019-07-31 23:40:48 +02:00
parent 6a3a9b984a
commit 73422b0faf
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
import re, datetime
from xml.etree import cElementTree as ElementTree
ElementTree.register_namespace("","http://www.w3.org/2000/svg")
ElementTree.register_namespace("xlink", "http://www.w3.org/1999/xlink")
class Extend: