Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cornerstonejs/cornerstoneTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: cornerstonejs/cornerstoneTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2021

  1. Get the right displayed area from cornerstone, to allow overlay display.

    Also added a toggle to allow turning the overlay on and off.
    wayfarer3130 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4801e9b View commit details
    Browse the repository at this point in the history
  2. Fixed the sizing/positioning of the overlay data - the canvas was dou…

    …ble scaling, causing the image to be cropped.
    wayfarer3130 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8335dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5381748 View commit details
    Browse the repository at this point in the history
  4. fix(OverlayTool): Make the overlay color default to the configuration…

    … value
    
    The overlay colour was set to a purple value ina  previous change, but wasn't configurable, so this
    change makes the colour configurable, to allow for a site customization to make it consistently
    visible.
    wayfarer3130 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a507351 View commit details
    Browse the repository at this point in the history
  5. fix(Reduce cognitive complexity by splitting out calls): Attempt to r…

    …educe cognitive complexity rule
    
    Reduce cognitive complexity by splitting code
    wayfarer3130 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6f9887e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1432 from wayfarer3130/fix/overlay-not-working

    Get the right displayed area from cornerstone, to allow overlay display.
    igoroctaviano authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    9d569ba View commit details
    Browse the repository at this point in the history
Loading