Can someone tell me how to efficiently copy an element from one svg document
to another.
After I parse the new document and find the required element I attempt to
append it to the current document, but I get a
DOMException:
"The given node (type: 1, name: defs) was not created by the current
document."

I'm trying to copy the <defs> from one file to another.

thanks,
Stuart.


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

Reply via email to