Skip to content

Instantly share code, notes, and snippets.

View pridkett's full-sized avatar
🕺
Rockin the town like a moldy cruton!

Patrick Wagstrom pridkett

🕺
Rockin the town like a moldy cruton!
View GitHub Profile
/**
* Arrow 'plugin' for Raphael
**/
Raphael.fn.arrow = function(startx,starty,endx,endy,len,angle,color) {
var arrow;
if (startx.path && startx.type && startx.type == "arrow") {
arrow = startx;
path = arrow.path;
startx = arrow.startx; starty = arrow.starty;
endx = arrow.endx; endy = arrow.endy;