PWV-90: Adding second row to CR/UN/EX targets' label
This commit is contained in:
parent
ffd59650eb
commit
4fbb8ee4c7
@ -294,8 +294,8 @@ function createQualitativeTargetTool(toolType) {
|
|||||||
context.lineTo(canvasTextLocation.x + 20, canvasTextLocation.y + 20);
|
context.lineTo(canvasTextLocation.x + 20, canvasTextLocation.y + 20);
|
||||||
context.stroke();
|
context.stroke();
|
||||||
|
|
||||||
var textLine = `Target ${data.measurementNumber}`;
|
var textLines = [`Target ${data.measurementNumber}`, response];
|
||||||
var boundingBox = cornerstoneTools.drawTextBox(context, textLine, canvasTextLocation.x, canvasTextLocation.y, color, config.textBox);
|
var boundingBox = cornerstoneTools.drawTextBox(context, textLines, canvasTextLocation.x, canvasTextLocation.y, color, config.textBox);
|
||||||
data.handles.textBox.boundingBox = boundingBox;
|
data.handles.textBox.boundingBox = boundingBox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user