Mike
Mike
Maybe hold off on merging this until this followup PR on cornerstone-math has been merged. https://github.com/cornerstonejs/cornerstoneMath/pull/33
I agree this is a weird user experience but I think it's intentional. If it were not this way it would be really hard to accurately position the handle on...
Hey @evanre, sorry. I don't really use gulp anymore so this just doesn't make my priority list very often. I've merged in your changes and added another PR which would...
@evanre - I'd love you to have a look over this if you have time and maybe test against an existing project to make sure I'm not breaking anything I...
You probably want to be looking at the ToolStateManager. You can get it by calling: ``` var el = document.getElementById('CornerstoneElement'); var stateManager = cornerstoneTools.getElementToolStateManager(el); ``` By default you'll be using...
Hi Kiina, this is an interesting idea. Would you like to test this out in a fork and make a PR if you find it does work. This option would...