GNOME Bugzilla – Bug 719895
librsvg is unable to open 'HUGE' svg files (XML_PARSE_HUGE)
Last modified: 2013-12-05 17:21:59 UTC
librsvg doesn't pass the XML_PARSE_HUGE flag to libxml. This makes it impossible to open a SVG-file with large images. (10 MB) I get the following error: GError: Error domain 1 code 1 on line 148310 column 1 of <path to svg>: internal error: Huge input lookup The attached patch solves the issue for me, but maybe a flag is a better option.
Created attachment 263581 [details] [review] Add XML_PARSE_HUGE to the parse options
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 710310 ***