Jasmin Mehta wrote:
> [ERROR] Could not load external SVG: The current document is unable to
> create an
>   element of the requested type (namespace: http://www.w3.org/2000/svg,
> name: head).

This indicates your SVG is invalid, probably it has something
like
 <head xmlns="http://www.w3.org/2000/svg";>
as document element. The document element of an SVG must be
 <svg> in the SVG namespace.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to