cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
574 stars 456 forks source link

fix(cornerstoneTools):Add a center circle display as an option #1476

Closed wayfarer3130 closed 2 years ago

wayfarer3130 commented 2 years ago

Add a center circle to the ROI circle tool

codecov[bot] commented 2 years ago

Codecov Report

Merging #1476 (d299971) into master (4a95420) will increase coverage by 0.94%. The diff coverage is 63.88%.

@@            Coverage Diff             @@
##           master    #1476      +/-   ##
==========================================
+ Coverage   20.77%   21.71%   +0.94%     
==========================================
  Files         287      287              
  Lines       10101    10131      +30     
  Branches     2059     2076      +17     
==========================================
+ Hits         2098     2200     +102     
+ Misses       6801     6746      -55     
+ Partials     1202     1185      -17     
Impacted Files Coverage Δ
src/init.js 0.00% <ø> (ø)
src/stackTools/stackPrefetch.js 4.96% <ø> (ø)
src/stateManagement/imageIdSpecificStateManager.js 51.85% <ø> (ø)
src/store/modules/manipulatorStateModule.js 2.77% <ø> (ø)
src/tools/OverlayTool.js 1.66% <0.00%> (-0.09%) :arrow_down:
src/tools/annotation/ArrowAnnotateTool.js 0.00% <ø> (ø)
src/tools/annotation/CircleRoiTool.js 77.84% <76.66%> (+39.27%) :arrow_up:
src/util/getROITextBoxCoords.js 73.33% <0.00%> (+73.33%) :arrow_up:
src/util/numbersWithCommas.js 100.00% <0.00%> (+100.00%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

dannyrb commented 2 years ago

:tada: This PR is included in version 6.0.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: