Skip to content

Instantly share code, notes, and snippets.

@renaehodgkins
Created August 3, 2012 14:52
Show Gist options
  • Save renaehodgkins/3248328 to your computer and use it in GitHub Desktop.
Save renaehodgkins/3248328 to your computer and use it in GitHub Desktop.
var c = paper.path("M10 10L90 90"); // 'M10 10' means move our path draw pen to potision 10,10, 'L90 90' means draw a line from current position to (90, 90), this coordinate is relative to (10, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment