Hemanth Kumar
Hemanth Kumar
Hello @mkramers. Were you able to solve this issue? If yes, please let me know how, as I am facing the same too. Thank you.
> @hemanth-kumarv - Unfortunately I was not able to determine/fix the root cause of this issue. What I did discover though was that it was related to how tools were...
@dannyrb, I found a fix for this issue. Its happening because of `const handleCanvasCoords = external.cornerstone.pixelToCanvas(element, handle);` in drawing/drawHandles.js, which is called in tools/FreehandRoiSculptorTool.js. The `handleCanvasCoords` is not the actual...