The 'anchor'
connection point function is the simplest connection point function. It places the connection point at the link end's anchor point (determined either by the anchor
function or by the defaultAnchor
paper option).
Example:
link.source(model, {
connectionPoint: {
name: 'anchor',
args: {
offset: 10
}
}
});