depth of xmlParserMaxDepth insufficient
Bug #297070 reported by
amit
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Unassigned |
Bug Description
I am trying to import svg file of size 500kb.But inkscape failed to load it.On console it is showing parser error:Excessive depth in document:change xmlParserMaxDep
tags: | added: backport-proposed |
Changed in inkscape: | |
milestone: | 0.49 → 0.48.4 |
tags: | removed: backport-proposed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I compiled the libxml from source setting xmlParserMaxDep th=2048, but this document takes several minutes to load and at least two minutes for every ungroup step. This would take ages.