Skip to content

Instantly share code, notes, and snippets.

@MasterLambaster
Created April 26, 2012 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasterLambaster/2499163 to your computer and use it in GitHub Desktop.
Save MasterLambaster/2499163 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
</head>
<body>
<script type="text/javascript">
d3.xml("wrest-1.0.1-v.svg", "image/svg+xml", function(xml) {
document.body.appendChild(xml.documentElement);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment