// Draw link upward
if((tx-sx>sloopBaseWidth+startOffset+0.25f*sloopBaseWidth) && sloopBaseWidth>0) {
context.drawArcConnector(sx, sy, tx, ty, startOffset, endOffset,
sloopBaseWidth, 0.25f*sloopBaseWidth, true);
} else {
context.drawSpline(sx, sy, tx, ty, startOffset, endOffset, 0, true);
}
} else {
context.drawSpline(sx, sy, tx, ty, startOffset, endOffset, 0, true);
}