Open MChetanSR opened 3 years ago
@MChetanSR please provide more details (like a backtrace, a minimal reproducible example file, details about versions and the environment) to make this a proper bug report. Right now, it doesn't seem actionable to me.
This seems to be an issue with
lxml
. I couldn't report issue on their repo. The same file could be parsed by python's inbuiltxml.etree.ElementTree.parse(fpath)
without any issue. May besvg_file = etree.parse(fid, parser=etree.XMLParser())
in line 354 of transform.py could be modified to resolve this.