Start non-target from the arrow-end of the line

This commit is contained in:
Rob Lewis 2015-11-22 18:33:40 -05:00
parent c178505d38
commit 4cd386c8bd
2 changed files with 2 additions and 6 deletions

View File

@ -195,11 +195,7 @@
var handleEndCanvas = cornerstone.pixelToCanvas(element, data.handles.end);
var canvasTextLocation = cornerstone.pixelToCanvas(element, data.handles.textBox);
if (config.arrowFirst) {
cornerstoneTools.drawArrow(context, handleEndCanvas, handleStartCanvas, color, lineWidth);
} else {
cornerstoneTools.drawArrow(context, handleStartCanvas, handleEndCanvas, color, lineWidth);
}
cornerstoneTools.drawArrow(context, handleEndCanvas, handleStartCanvas, color, lineWidth);
if (config.drawHandles) {
cornerstoneTools.drawHandles(context, eventData, data.handles, color);

View File

@ -43,7 +43,7 @@ input.worklist-search
width: 100%
#tablist
border-bottom: 1px solid #424242;
border-bottom: 1px solid #424242
background-color: #202020
height: 41px