diff --git a/src/components/Dicom/DicomCanvas.vue b/src/components/Dicom/DicomCanvas.vue index 45721380..a82ec638 100644 --- a/src/components/Dicom/DicomCanvas.vue +++ b/src/components/Dicom/DicomCanvas.vue @@ -304,7 +304,7 @@ export default { cornerstoneTools.addToolForElement(element, Note_RectangleRoiTool, { configuration: { color: '#f00', - lineWidth: 0.5, + lineWidth: 2, drawHandles: false, fillColor: 'rgba(0, 0, 0, 1)', }, diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 9b916af2..6fa58ec3 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -9,10 +9,10 @@