Skip to content

Instantly share code, notes, and snippets.

@madpilot
Created November 27, 2013 01:15
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 madpilot/7669174 to your computer and use it in GitHub Desktop.
Save madpilot/7669174 to your computer and use it in GitHub Desktop.
SVG check (Stolen from Modernizr
var svg = (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment