cornerstoneTools icon indicating copy to clipboard operation
cornerstoneTools copied to clipboard

A framework for tools built on top of Cornerstone.

Results 155 cornerstoneTools issues
Sort by recently updated
recently updated
newest added

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.24 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies
javascript

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
javascript

I've had a number of users report to me directly that the `stackImagePositionSynchronizer` exhibits unexpected behavior. For example: - Two axial stacks - Two coronal stack When scrolling one of...

Change: Implementation :computer:
Up For Grabs :raising_hand_woman:

### Prerequisites * [ ] Which version are you using? (Is it latest?) Yes * [ ] Are you reporting to the correct repository? Yes * [ ] Did you...

when I used 'arrowannotate' tool, if sign error,How do revocation last sign?Thanks

Fixed deltaPoints always 0 bug - **Please check if the PR fulfills these requirements** * [ ] The commit message follows our guidelines * [ ] Tests for the changes...

https://github.com/cornerstonejs/cornerstoneTools/blob/94b728359171d9cd9ffa17d1fa9d167ee5d9f6f1/src/eventListeners/mouseEventListeners.js#L325 I don't think currentPoints and lastPoints will be different when the mouse moves. I get deltaPoints.image always {x:0,y:0}.

I was try with the latest version, but it's still has no referenceLine, it fine in RadiAntViewer ![image](https://user-images.githubusercontent.com/10185100/94112922-b1c17e00-fe78-11ea-85c6-cec647227e45.png) It's may something wrong in calculate referenceline when i debug the source,...

code like this: addReferenceLinesTool(){ this.synchronizer = new cornerstoneTools.Synchronizer( 'cornerstonenewimage', cornerstoneTools.updateImageSynchronizer ); // These have to be added to our synchronizer before we pass it to our tool // synchronizer.add(firstElement); const...