Skip to content

Instantly share code, notes, and snippets.

@davidmcclure
Created February 18, 2013 15:29
Show Gist options
  • Save davidmcclure/4978211 to your computer and use it in GitHub Desktop.
Save davidmcclure/4978211 to your computer and use it in GitHub Desktop.
SVGtoWKT.polygon('1,2 3,4');
>>> "POLYGON((1 -2,3 -4,1 -2))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment