You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran it by applying 1 to the setOpacity function of ImageSlice, and I tried to paint wideget, but I couldn't find any traces of painting. And when I applied 0.999 as the opacity value, I saw it.
Is this an issue? Example looked at the following.
I tried to modify the PaintWidget example from labelMap.actor.getProperty().setOpacity(0.5);
to labelMap.actor.getProperty().setOpacity(1);
and the labelmap still renders fine.
Bug description
Hi, I'm using the 2D label map painting function.
I ran it by applying 1 to the setOpacity function of ImageSlice, and I tried to paint wideget, but I couldn't find any traces of painting. And when I applied 0.999 as the opacity value, I saw it.
Is this an issue? Example looked at the following.
https://kitware.github.io/vtk-js/examples/PaintWidget.html
Steps to reproduce
Detailed Behavior
No response
Expected Behavior
setOpacity(1.0) or setOpacity(1) show painting.
Environment
The text was updated successfully, but these errors were encountered: