Skip to content

Instantly share code, notes, and snippets.

@Vesely
Created March 9, 2016 18:33
Show Gist options
  • Save Vesely/66071c1c79871acc565c to your computer and use it in GitHub Desktop.
Save Vesely/66071c1c79871acc565c to your computer and use it in GitHub Desktop.
<script>
if (!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image", "1.1")) {
document.documentElement.className = "no-svg";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment