Created
January 26, 2015 15:37
-
-
Save jmuyskens/b3b160f9f015100d768f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3.xml(filename, "image/svg+xml", function(xml) { | |
var importedNode = document.importNode(xml.documentElement, true); | |
d3.select(element[0]).node().appendChild(importedNode); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment