I'm trying to figure out if it's possible to insert an existing external SVG image (saved as a .svg) into an SVG object rendered with Javascript (using, in my case, d3.js).
I can't seem to find anything related to this, yet it seems like something that should be fairly obvious to do. I figure I can always attach it as a pattern, but that seemed like it was incorrect, considering.
Thanks in advance!