Start non-target from the arrow-end of the line
This commit is contained in:
parent
c178505d38
commit
4cd386c8bd
@ -195,11 +195,7 @@
|
|||||||
var handleEndCanvas = cornerstone.pixelToCanvas(element, data.handles.end);
|
var handleEndCanvas = cornerstone.pixelToCanvas(element, data.handles.end);
|
||||||
var canvasTextLocation = cornerstone.pixelToCanvas(element, data.handles.textBox);
|
var canvasTextLocation = cornerstone.pixelToCanvas(element, data.handles.textBox);
|
||||||
|
|
||||||
if (config.arrowFirst) {
|
|
||||||
cornerstoneTools.drawArrow(context, handleEndCanvas, handleStartCanvas, color, lineWidth);
|
cornerstoneTools.drawArrow(context, handleEndCanvas, handleStartCanvas, color, lineWidth);
|
||||||
} else {
|
|
||||||
cornerstoneTools.drawArrow(context, handleStartCanvas, handleEndCanvas, color, lineWidth);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config.drawHandles) {
|
if (config.drawHandles) {
|
||||||
cornerstoneTools.drawHandles(context, eventData, data.handles, color);
|
cornerstoneTools.drawHandles(context, eventData, data.handles, color);
|
||||||
|
|||||||
@ -43,7 +43,7 @@ input.worklist-search
|
|||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
#tablist
|
#tablist
|
||||||
border-bottom: 1px solid #424242;
|
border-bottom: 1px solid #424242
|
||||||
background-color: #202020
|
background-color: #202020
|
||||||
height: 41px
|
height: 41px
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user