cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.04k stars 598 forks source link

Contour layer is overflowed with red color on Mac devices #559

Open altgov3en opened 2 years ago

altgov3en commented 2 years ago

I have an app which facilitates Cornerstone API (ver. 2.2.8) to render Contour image over an NM image (2 layers).

Everything works flawlessly on Windows devices (Chrome and Firefox) but there is an edge cases on Mac devices (Safari and Chrome as well) where one of the images is shown as a red rectangle.

At first, I thought, may be it related to color-map I've defined for Contour images, but after removing the color-map definition (the Contour image still exists but invisible) the issue has still remained.

111

tapin13 commented 2 years ago

Fix https://github.com/cornerstonejs/cornerstone/pull/572