Skip to content

Instantly share code, notes, and snippets.

@nowherenearithaca
Created June 1, 2012 14:10
Show Gist options
  • Save nowherenearithaca/2852417 to your computer and use it in GitHub Desktop.
Save nowherenearithaca/2852417 to your computer and use it in GitHub Desktop.
d3_nsPrefix
var d3_nsPrefix = {
svg: "http://www.w3.org/2000/svg",
xhtml: "http://www.w3.org/1999/xhtml",
xlink: "http://www.w3.org/1999/xlink",
xml: "http://www.w3.org/XML/1998/namespace",
xmlns: "http://www.w3.org/2000/xmlns/"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment