Skip to content

Instantly share code, notes, and snippets.

@DavidDurman
Created December 2, 2011 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidDurman/1423315 to your computer and use it in GitHub Desktop.
Save DavidDurman/1423315 to your computer and use it in GitHub Desktop.
JointJS connections demo.
var paper = Raphel('paper', 400, 300),
rect = paper.rect(50, 50, 100, 30),
circle = paper.circle(200, 100, 20);
rect.joint(circle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment