Searched refs:arrowSize (Results 1 – 1 of 1) sorted by relevance
842 const arrowSize = 5.5; constant845 const headX = x + (direction === 'left' ? arrowSize : -arrowSize);846 const headY = y - arrowSize / 2;849 context.lineTo(headX, y + arrowSize);965 const arrowSize = 5.5; constant968 const headX = x + (direction === 'left' ? arrowSize : -arrowSize);969 const headY = y - arrowSize / 2;972 ctx.lineTo(headX, y + arrowSize);1214 let arrowSize = 8;1230 drawArrow(context, startPoint, endPoint, arrowSize);[all …]