Skip to content

Instantly share code, notes, and snippets.

@nickbewley
Last active August 14, 2018 07:06
Show Gist options
  • Save nickbewley/09d618425cbbcff6a470b9cd05915f8d to your computer and use it in GitHub Desktop.
Save nickbewley/09d618425cbbcff6a470b9cd05915f8d to your computer and use it in GitHub Desktop.
`
var myPath = document.getElementById('alarm');
var length = myPath.getTotalLength();
console.log(length);
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment