Skip to content

Instantly share code, notes, and snippets.

@jeangontijo
Created February 6, 2020 19:26
Show Gist options
  • Save jeangontijo/5186d4b55cbd4b941a793e563d9c7d2b to your computer and use it in GitHub Desktop.
Save jeangontijo/5186d4b55cbd4b941a793e563d9c7d2b to your computer and use it in GitHub Desktop.
Check SVG path length
console.log(Math.ceil(document.querySelector("path").getTotalLength()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment